Skip to content

Commit

Permalink
Update zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSardini authored Oct 10, 2023
1 parent 50b6131 commit e1b63f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,11 @@ jobs:
uses: TheDoctor0/[email protected]
with:
# Filename for archive
filename: 'release_v0.4.zip' # default is release.zip
filename: 'release.zip' # default is release.zip
type: zip # optional, default is zip

- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "release.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1b63f5

Please sign in to comment.