what
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 40s

This commit is contained in:
R L 2024-09-13 15:58:23 -07:00
parent c9202a3b6f
commit 0c9315da1c
Signed by: cybik
GPG Key ID: A6DD1646CC69863E
2 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
15
16

View File

@ -36,7 +36,12 @@ jobs:
- name: Build Package
run: ./main.sh
- name: what the world
run: find . > output/what.log
- uses: actions/upload-artifact@v3
with:
name: sbctl
path: output/sbctl*.deb
name: all.zip
path: |
output/sbctl*.deb
output/what.log