mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[ci] Upload artifacts.
This commit is contained in:
parent
41be3c52ef
commit
21ba59219c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/sw.yml
vendored
5
.github/workflows/sw.yml
vendored
|
|
@ -16,3 +16,8 @@ jobs:
|
|||
|
||||
- name: build
|
||||
run: ./sw -static -shared -config d,r build
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: sw
|
||||
path: .sw/out
|
||||
|
|
|
|||
Loading…
Reference in a new issue