generated from general-packages/pika-pkg-template
what
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 40s
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 40s
This commit is contained in:
parent
c9202a3b6f
commit
0c9315da1c
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
|||||||
15
|
16
|
9
.github/workflows/build-nestv3.yml
vendored
9
.github/workflows/build-nestv3.yml
vendored
@ -36,7 +36,12 @@ jobs:
|
|||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./main.sh
|
run: ./main.sh
|
||||||
|
|
||||||
|
- name: what the world
|
||||||
|
run: find . > output/what.log
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sbctl
|
name: all.zip
|
||||||
path: output/sbctl*.deb
|
path: |
|
||||||
|
output/sbctl*.deb
|
||||||
|
output/what.log
|
||||||
|
Loading…
Reference in New Issue
Block a user