Skip to content

Commit 4255d7b

Browse files
authored
Don't include bin files. (#4)
1 parent 99f340d commit 4255d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cd /
5959
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)
60+
tar c -zf /artifacts/sysroot-${{ matrix.arch }}.tar.gz *(lib|include) usr/*(lib|include) usr/local/*(lib|include)
6161
6262
- uses: actions/upload-artifact@v3
6363
with:

0 commit comments

Comments
 (0)