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 99f340d commit 4255d7bCopy full SHA for 4255d7b
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cd /
59
shopt -s extglob
60
- tar c -zf /artifacts/sysroot-${{ matrix.arch }}.tar.gz *(bin|lib|include) usr/*(bin|lib|include) usr/local/*(bin|lib|include)
+ tar c -zf /artifacts/sysroot-${{ matrix.arch }}.tar.gz *(lib|include) usr/*(lib|include) usr/local/*(lib|include)
61
62
- uses: actions/upload-artifact@v3
63
with:
0 commit comments