Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapanila authored Jul 18, 2024
1 parent 85c0897 commit 8e03a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release /p:Version=$VERSION SharpCaster.sln
- name: Package
run: dotnet pack --configuration Release /p:Version=$VERSION /p:NuspecFile=SharpCaster.nuspec Sharpcaster/Sharpcaster.csproj
run: dotnet pack --configuration Release /p:Version=$VERSION /p:NuspecFile=../SharpCaster.nuspec Sharpcaster/Sharpcaster.csproj
- name: Push
if: github.event_name == 'release' && github.event.action == 'published'
run: dotnet nuget push "**/*.nupkg" -k $NUGET_AUTH_TOKEN -s nuget.org
Expand Down

0 comments on commit 8e03a7c

Please sign in to comment.