Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Oct 10, 2023
1 parent 84c9be6 commit 96847f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-production-zip.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Build production zip file
on: push
jobs:
Expand All @@ -24,7 +25,8 @@ jobs:
rm -r code-block-pro/code-block-pro
- name: Create Zip
run: |
zip -X -r code-block-pro-${{ github.run_number }}.zip code-block-pro/
sudo apt-get install -y zip unzip
ditto -c -k --sequesterRsrc --keepParent code-block-pro code-block-pro.zip
- name: Package Zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 96847f9

Please sign in to comment.