We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa834e6 commit 92296e7Copy full SHA for 92296e7
.github/workflows/release_nightly.yml
@@ -356,7 +356,7 @@ jobs:
356
if: ${{ !matrix.demo }}
357
shell: bash -l {0}
358
run: |
359
- 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/*'
+ zip -r reproducible-source.zip . -x '/web/node_modules/*' '/web/*/node_modules/*' '/web/packages/*/dist/*' '/web/docker/docker_builds/*' '/target/*' '/.git/*' '/tests/tests/swfs/*'
360
cp reproducible-source.zip "${{ needs.create-nightly-release.outputs.package_prefix }}-reproducible-source.zip"
361
362
- name: Upload reproducible source archive
0 commit comments