diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b0e959..c2f2b41 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,16 +48,14 @@ jobs: uses: actions/download-artifact@v3 with: name: artifact-tarball - path: gp - name: Build DEB package run: | - cd gp tar -xzf globalprotect-openconnect-*.tar.gz cd globalprotect-openconnect-* make deb - name: Install DEB package run: | - sudo dpkg -i ../globalprotect-openconnect-*.deb + sudo dpkg -i globalprotect-openconnect_*.deb gpclient --version gpservice --version @@ -68,7 +66,7 @@ jobs: with: name: artifact-deb path: | - gp/globalprotect-openconnect-*.deb + globalprotect-openconnect_*.deb # Include arm64 if ref is a tag # setup-matrix: