chore: update CI

This commit is contained in:
Kevin Yue 2024-11-02 09:46:02 +00:00
parent 0c411a542f
commit 136c870d1f
No known key found for this signature in database
GPG Key ID: 4D3A6EE977B15AC4
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ jobs:
cp packaging/deb/postrm .build/debian/postrm
- name: Publish to PPA
uses: yuezk/publish-ppa-package@dev
uses: yuezk/publish-ppa-package@v2
with:
repository: "yuezk/globalprotect-openconnect"
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
@ -85,5 +85,5 @@ jobs:
debian_dir: publish-ppa/globalprotect-openconnect-*/.build/debian
deb_email: "k3vinyue@gmail.com"
deb_fullname: "Kevin Yue"
extra_ppa: "liushuyu-011/rust-bpo-1.75"
extra_ppa: "yuezk/globalprotect-openconnect liushuyu-011/rust-bpo-1.75"
revision: ${{ inputs.revision }}

View File

@ -1,4 +1,4 @@
name: Release Packages
name: GH Release Packages
on:
workflow_dispatch: