Skip to content

Commit

Permalink
ci: Remove web/packages/*/dist and target from reproducable source zips
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Mar 10, 2024
1 parent 0466605 commit 9d4000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
if: ${{ !matrix.demo }}
shell: bash -l {0}
run: |
zip -r reproducible-source.zip . -x '/web/node_modules/*' -x '/web/*/node_modules/*' -x '/.git/*' -x '/tests/tests/swfs/*'
zip -r reproducible-source.zip . -x '/web/node_modules/*' -x '/web/*/node_modules/*' -x '/web/packages/*/dist' -x '/target' -x '/.git/*' -x '/tests/tests/swfs/*'
cp reproducible-source.zip "${{ needs.create-nightly-release.outputs.package_prefix }}-reproducible-source.zip"
- name: Upload reproducible source archive
Expand Down

0 comments on commit 9d4000e

Please sign in to comment.