Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Feb 23, 2024
1 parent df4bbe0 commit d2d4591
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit d2d4591

Please sign in to comment.