From 674489387c34cc6e1403c6d67a840568e1f389f7 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Mon, 25 Oct 2021 16:51:07 +0800 Subject: [PATCH] update PPA packaging --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58de817..ecb8e3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,8 +71,7 @@ jobs: - name: Extract source code run: | cd $GITHUB_WORKSPACE/artifacts - mkdir deb-build - cp *.tar.gz deb-build && cd deb-build + mkdir deb-build && cp *.tar.gz deb-build && cd deb-build tar xf *.tar.gz - name: Publish PPA @@ -82,7 +81,6 @@ jobs: gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }} gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }} pkgdir: '${{ github.workspace }}/artifacts/deb-build/globalprotect-openconnect*/' - series: 'bionic focal hirsute impish' snapshot-aur: if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}