Skip to content

Commit

Permalink
zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed May 4, 2024
1 parent 57e461d commit be99064
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
# name: ${{ env.ARCHIVE_NAME }}
# path: artifacts

- name: zip directory
run: zip -r $ARCHIVE_NAME.zip "$ARCHIVE_NAME/$ARCHIVE_NAME"

- name: List files
run: ls -R

Expand All @@ -119,4 +122,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
artifacts/*.zip
*.zip

0 comments on commit be99064

Please sign in to comment.