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 |       uses: actions/download-artifact@v3 | ||||||
|       with: |       with: | ||||||
|         name: artifact-tarball |         name: artifact-tarball | ||||||
|         path: gp |  | ||||||
|     - name: Build DEB package |     - name: Build DEB package | ||||||
|       run: | |       run: | | ||||||
|         cd gp |  | ||||||
|         tar -xzf globalprotect-openconnect-*.tar.gz |         tar -xzf globalprotect-openconnect-*.tar.gz | ||||||
|         cd globalprotect-openconnect-* |         cd globalprotect-openconnect-* | ||||||
|         make deb |         make deb | ||||||
|     - name: Install DEB package |     - name: Install DEB package | ||||||
|       run: | |       run: | | ||||||
|         sudo dpkg -i ../globalprotect-openconnect-*.deb |         sudo dpkg -i globalprotect-openconnect_*.deb | ||||||
|  |  | ||||||
|         gpclient --version |         gpclient --version | ||||||
|         gpservice --version |         gpservice --version | ||||||
| @@ -68,7 +66,7 @@ jobs: | |||||||
|       with: |       with: | ||||||
|         name: artifact-deb |         name: artifact-deb | ||||||
|         path: | |         path: | | ||||||
|           gp/globalprotect-openconnect-*.deb |           globalprotect-openconnect_*.deb | ||||||
|  |  | ||||||
|   # Include arm64 if ref is a tag |   # Include arm64 if ref is a tag | ||||||
|   # setup-matrix: |   # setup-matrix: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user