mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 06:29:31 +08:00
Fix: pack correct artifact
This commit is contained in:
8
.github/workflows/pack.yaml
vendored
8
.github/workflows/pack.yaml
vendored
@@ -8,12 +8,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "smallkai"
|
||||
- name: pack
|
||||
run: make all
|
||||
- name: generate config
|
||||
run: cmake -B build
|
||||
- name: install
|
||||
run: cmake --install build
|
||||
- name: upload artifact to github
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Alas
|
||||
path: pack/Alas.zip
|
||||
path: install
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user