mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	Upload release
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -222,7 +222,7 @@ jobs: | ||||
|           gpgui/.build/package/*.tar.xz* | ||||
|  | ||||
|   gh-release: | ||||
|     if: startsWith(github.ref, 'refs/tags/') | ||||
|     # if: startsWith(github.ref, 'refs/tags/') | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: | ||||
|       - build-deb | ||||
| @@ -241,7 +241,8 @@ jobs: | ||||
|         uses: softprops/action-gh-release@v1 | ||||
|         with: | ||||
|           token: ${{ secrets.GH_PAT }} | ||||
|           prerelease: ${{ contains(github.ref, 'latest') }} | ||||
|           # prerelease: ${{ contains(github.ref, 'latest') }} | ||||
|           prerelease: true | ||||
|           fail_on_unmatched_files: true | ||||
|           files: | | ||||
|             artifact/**/*.deb | ||||
|   | ||||
		Reference in New Issue
	
	Block a user