build.yml: Upload Debian package
All checks were successful
/ build (pull_request) Successful in 16m23s
All checks were successful
/ build (pull_request) Successful in 16m23s
This commit is contained in:
parent
b21543a5fe
commit
19a87b4418
1 changed files with 7 additions and 0 deletions
|
@ -21,3 +21,10 @@ jobs:
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
run: cpack -G DEB
|
run: cpack -G DEB
|
||||||
working-directory: /src/build
|
working-directory: /src/build
|
||||||
|
- name: Upload Debian package
|
||||||
|
run: upload-artifact *.deb
|
||||||
|
working-directory: /src/build
|
||||||
|
env:
|
||||||
|
URL: ${{ vars.STORE_URL }}
|
||||||
|
USERNAME: ${{ secrets.STORE_USERNAME }}
|
||||||
|
PASSWORD: ${{ secrets.STORE_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue