Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Jul 15, 2023
1 parent 94bbd46 commit bdd2937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Pack Nuget
- name: Build and Pack nuget
run: dotnet pack .\src\FishyFlip\FishyFlip.csproj --configuration Release --output nupkg
run: dotnet pack src/FishyFlip/FishyFlip.csproj --configuration Release --output nupkg

- name: Upload Nuget
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bdd2937

Please sign in to comment.