1
0
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:
LA_DI_DA
2024-05-16 15:50:11 +08:00
parent 16b74287bd
commit bb9f274c82

View File

@@ -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