Skip to content

Commit af5b599

Browse files
authored
Update blank.yml
1 parent 5c62ce2 commit af5b599

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/blank.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ jobs:
4545
- name: Run the bootstrap script
4646
run: ./boot.sh ${{ matrix.arch }}
4747

48-
# - name: Upload sysroot
49-
# uses: alehechka/upload-tartifact@v1
50-
# with:
51-
# name: sysroot-${{ matrix.arch }}
52-
# path: sysroot/
48+
- name: Create tarball
49+
run: |
50+
tar -cf sysroot-${{ matrix.arch }}.tar sysroot/
51+
52+
- uses: actions/upload-artifact@v4
53+
with:
54+
name: sysroot-${{ matrix.arch }}
55+
path: sysroot-${{ matrix.arch }}.tar

0 commit comments

Comments
 (0)