mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Update build.yml
This commit is contained in:
parent
be0aceb36a
commit
908ced8518
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue