mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	Fix CI
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user