Skip to content

Commit

Permalink
feat: zip it
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryramatisdev committed Dec 27, 2023
1 parent 0b4a67f commit e09885a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ jobs:
uses: actions/download-artifact@v3
with:
path: ./binaries
- uses: montudor/action-zip@v1
with:
args: zip -qq -r ${{matrix.platform.os}}.zip binaries
- name: stuff
run: ls -la binaries
run: ls
- name: Generate release
uses: softprops/action-gh-release@v1
with:
tag_name: release_${{ github.run_number }}
files: |
binaries/artifact-${{matrix.platform.os}}
./${{matrix.platform.os}}.zip

0 comments on commit e09885a

Please sign in to comment.