We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643577e commit 33db7baCopy full SHA for 33db7ba
1 file changed
.github/workflows/bwrap.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run seed bootstrap
46
run: ./rootfs.py --bwrap --external-sources --build-kernels --cores 2 --internal-ci start
47
- name: Tar seed image
48
- run: tar -cf seed_image.tar target
+ run: tar -cf seed_image.tar --exclude "target/external/distfiles" target
49
- name: Archive seed_image
50
uses: actions/upload-artifact@v3
51
with:
0 commit comments