Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Apr 29, 2021
1 parent bf59b50 commit f848846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build StateButton.sln --configuration Release --no-restore
run: dotnet build StateButton.sln --configuration Release
- name: Create NuGet package
run: nuget pack NuGet/IeuanWalker.StateButton.nuspec -Version ${{ github.event.release.tag_name }} -Properties Configuration=Release
run: nuget pack NuGet/IeuanWalker.StateButton.nuspec -Version ${{ github.event.release.tag_name }} -Properties Configuration=Release
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f848846

Please sign in to comment.