Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Apr 29, 2021
1 parent 1049af7 commit ebb35fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: nuget/setup-nuget@v1
- uses: microsoft/setup-msbuild@v1.0.0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build StateButton.sln --configuration Release
run: dotnet build --configuration Release --no-restore
- name: Create NuGet package
run: nuget pack NuGet/IeuanWalker.StateButton.nuspec -Version ${{ github.event.release.tag_name }} -Properties Configuration=Release
- name: Upload a Build Artifact
Expand Down

0 comments on commit ebb35fe

Please sign in to comment.