Skip to content

Commit

Permalink
Manually zip it
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Oct 10, 2023
1 parent 00bbc3b commit f2d78ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-production-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
mkdir code-block-pro
rsync -r --exclude-from='.distignore' ./ code-block-pro/
shell: bash
- name: Create Zip
run: |
zip -r code-block-pro.zip code-block-pro/
- name: Package Zip
uses: actions/upload-artifact@v3
with:
name: code-block-pro
retention-days: 5
path: |
${{ github.workspace }}/code-block-pro/
${{ github.workspace }}/code-block-pro.zip

0 comments on commit f2d78ab

Please sign in to comment.