Ubuntu 24 (noble)
Build deb / build (push) Successful in 8s

This commit is contained in:
2026-01-31 13:17:18 +01:00
parent 88a580cb4d
commit 58c699ae90
+8 -4
View File
@@ -9,11 +9,15 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: bash build.sh
- name: debug
run: echo $GITHUB_SERVER_URL/api/packages/${{ gitea.repository_owner }}/debian/pool/${{vars.DISTRIBUTION}}/${{ vars.COMPONENT}}/upload
- name: Publish package
- name: Publish package jammy
run: |
curl --fail \
--user '${{ secrets.PACKAGES_AUTH }}' \
--upload-file Keepass2_*.deb \
$GITHUB_SERVER_URL/api/packages/${{ gitea.repository_owner }}/debian/pool/${{vars.DISTRIBUTION}}/${{ vars.COMPONENT}}/upload
$GITHUB_SERVER_URL/api/packages/${{ gitea.repository_owner }}/debian/pool/jammy/${{ vars.COMPONENT}}/upload
- name: Publish package noble
run: |
curl --fail \
--user '${{ secrets.PACKAGES_AUTH }}' \
--upload-file Keepass2_*.deb \
$GITHUB_SERVER_URL/api/packages/${{ gitea.repository_owner }}/debian/pool/noble/${{ vars.COMPONENT}}/upload