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* |           gpgui/.build/package/*.tar.xz* | ||||||
|  |  | ||||||
|   gh-release: |   gh-release: | ||||||
|     if: startsWith(github.ref, 'refs/tags/') |     # if: startsWith(github.ref, 'refs/tags/') | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     needs: |     needs: | ||||||
|       - build-deb |       - build-deb | ||||||
| @@ -241,7 +241,8 @@ jobs: | |||||||
|         uses: softprops/action-gh-release@v1 |         uses: softprops/action-gh-release@v1 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.GH_PAT }} |           token: ${{ secrets.GH_PAT }} | ||||||
|           prerelease: ${{ contains(github.ref, 'latest') }} |           # prerelease: ${{ contains(github.ref, 'latest') }} | ||||||
|  |           prerelease: true | ||||||
|           fail_on_unmatched_files: true |           fail_on_unmatched_files: true | ||||||
|           files: | |           files: | | ||||||
|             artifact/**/*.deb |             artifact/**/*.deb | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user