mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:49:25 +08:00
Add: github action to pack automatically
This commit is contained in:
19
.github/workflows/pack.yaml
vendored
Normal file
19
.github/workflows/pack.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: pack
|
||||
on: push
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "smallkai"
|
||||
- name: pack
|
||||
run: make all
|
||||
- name: upload artifact to github
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Alas
|
||||
path: pack/Alas.zip
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user