Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Add project name
  • Loading branch information
AydinMirMohammadi authored May 1, 2023
1 parent 0f290f9 commit 714e8a4
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 @@ -14,10 +14,10 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
- name: Build
run: dotnet build -c Release
run: dotnet build "./src/Hangfire Carbon Aware Execution.sln" -c Release
- name: Test
run: dotnet test -c Release --no-build
run: dotnet test "./src/Hangfire Carbon Aware Execution.sln" -c Release --no-build
- name: Pack nugets
run: dotnet pack -c Release --no-build --output .
run: dotnet pack "./src/Hangfire Carbon Aware Execution.sln" -c Release --no-build --output .
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit 714e8a4

Please sign in to comment.