mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update PPA packaging
This commit is contained in:
parent
45943588f4
commit
674489387c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -71,8 +71,7 @@ jobs:
|
|||||||
- name: Extract source code
|
- name: Extract source code
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/artifacts
|
cd $GITHUB_WORKSPACE/artifacts
|
||||||
mkdir deb-build
|
mkdir deb-build && cp *.tar.gz deb-build && cd deb-build
|
||||||
cp *.tar.gz deb-build && cd deb-build
|
|
||||||
tar xf *.tar.gz
|
tar xf *.tar.gz
|
||||||
|
|
||||||
- name: Publish PPA
|
- name: Publish PPA
|
||||||
@ -82,7 +81,6 @@ jobs:
|
|||||||
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
|
||||||
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
|
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
|
||||||
pkgdir: '${{ github.workspace }}/artifacts/deb-build/globalprotect-openconnect*/'
|
pkgdir: '${{ github.workspace }}/artifacts/deb-build/globalprotect-openconnect*/'
|
||||||
series: 'bionic focal hirsute impish'
|
|
||||||
|
|
||||||
snapshot-aur:
|
snapshot-aur:
|
||||||
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user