Skip to content

Commit

Permalink
Upload zip instead of all published files
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Sep 8, 2023
1 parent 34f5ab2 commit 5c19c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
publish/*
$(basename ${{ github.ref }}).zip
nuget/*.nupkg
tag_name: $(basename ${{ github.ref }})
body: ${{ steps.generate-changelog.outputs.changelog }}
Expand Down

0 comments on commit 5c19c75

Please sign in to comment.