Upload Debian package to repo
Some checks failed
Build / build-gentoo (push) Failing after 1m16s
Build / download-system-deps (push) Successful in 4m14s
Build / get-source-code (push) Successful in 11m35s
Build / build-appimage (push) Successful in 4m11s
Build / build-android (push) Failing after 3m18s
Build / build-windows (push) Failing after 7m34s
Build / build-deb (push) Failing after 4m36s
Some checks failed
Build / build-gentoo (push) Failing after 1m16s
Build / download-system-deps (push) Successful in 4m14s
Build / get-source-code (push) Successful in 11m35s
Build / build-appimage (push) Successful in 4m11s
Build / build-android (push) Failing after 3m18s
Build / build-windows (push) Failing after 7m34s
Build / build-deb (push) Failing after 4m36s
This commit is contained in:
parent
b4ce52a5cf
commit
bffc0c4c48
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ jobs:
|
|||
with:
|
||||
name: debian-packages
|
||||
path: ./looper*.deb
|
||||
- name: Push package to repository
|
||||
if: ${{vars.user != null && secrets.token != null}}
|
||||
run: for i in looper*.deb; do curl --user ${{vars.user}}:${{secrets.token}} --upload-file "$i" https://complecwaft.com/api/packages/${{vars.user}}/debian/pool/bookworm/main/upload; done
|
||||
build-appimage:
|
||||
runs-on: ubuntu-latest
|
||||
needs: get-source-code
|
||||
|
|
Loading…
Reference in a new issue