Skip to content

Commit

Permalink
添加上传
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best authored Mar 10, 2024
1 parent f6c1e3c commit 612d41f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ jobs:
- name: Run a build script
run: echo 29 | bash build-github.sh

- name: Zip built files
run: tar -zcvf BuiltDeb.tar.gz ./LingmoSrcBuild/Deb

- uses: actions/upload-artifact@v4
with:
name: LingmoOS Built
path: BuiltDeb.tar.gz
compression-level: 9 # maximum compression

0 comments on commit 612d41f

Please sign in to comment.