Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Feb 23, 2023
1 parent 05bb5e7 commit 784bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# pack nuget
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
- run: dotnet test -c Release --no-build
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -p:PackageOutputPath=./publish
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -p:PackageOutputPath=../../publish
- uses: actions/upload-artifact@v2
with:
name: nuget
Expand Down

0 comments on commit 784bfe4

Please sign in to comment.