Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki authored Mar 21, 2024
1 parent f3c1329 commit ef6f04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: dotnet build -c Release ./MagicOnion.sln
# pack nuget
- run: dotnet pack -c Release ./MagicOnion.Packaging.slnf --include-symbols --include-source --no-build -o ./publish
- run: cd ./publish/ && ls . | grep -P 'MagicOnion\.\d+\.\d+\.\d+\.snupkg' | xargs rm
- uses: actions/upload-artifact@v1
with:
name: nuget
Expand Down

0 comments on commit ef6f04a

Please sign in to comment.