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 c47c59f commit a03a689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-production-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
CI: true
- name: Copy files
run: |
mkdir code-block-pro-temp
rsync -r --exclude-from='.distignore' ./ code-block-pro-temp/
mkdir code-block-pro
rsync -r --exclude-from='.distignore' . code-block-pro/
- name: Create Zip
run: |
zip -r code-block-pro-${{ github.run_number }}.zip code-block-pro-temp/
zip -r code-block-pro-${{ github.run_number }}.zip code-block-pro/
- name: Package Zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a03a689

Please sign in to comment.