Skip to content

Commit 92296e7

Browse files
torokati44Dinnerbone
authored andcommitted
ci: Properly exclude large stuff from the reproducible FF extension source zip
1 parent aa834e6 commit 92296e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
if: ${{ !matrix.demo }}
357357
shell: bash -l {0}
358358
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/*'
359+
zip -r reproducible-source.zip . -x '/web/node_modules/*' '/web/*/node_modules/*' '/web/packages/*/dist/*' '/web/docker/docker_builds/*' '/target/*' '/.git/*' '/tests/tests/swfs/*'
360360
cp reproducible-source.zip "${{ needs.create-nightly-release.outputs.package_prefix }}-reproducible-source.zip"
361361
362362
- name: Upload reproducible source archive

0 commit comments

Comments
 (0)