Update build.yml

This commit is contained in:
klzgrad 2021-02-28 14:08:42 +08:00 committed by GitHub
parent be0aceb36a
commit 908ced8518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,14 @@ jobs:
- name: Configure
working-directory: src
run: ./get-clang.sh
- name: Build
working-directory: src
run: ./build.sh
- run: tar cf sysroot.tar src/out/sysroot-build/sid/sid_i386_staging
- name: Save artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: src/out/sysroot-build/sid/sid_i386_staging
path: |
sysroot.tar
src/out/Release/naive