mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	chore(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						
						Datong Sun
					
				
			
			
				
	
			
			
			
						parent
						
							f5cb4b1220
						
					
				
				
					commit
					792ee46ec4
				
			
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -50,7 +50,7 @@ jobs:
 | 
				
			|||||||
          zip phantun_${{ matrix.target }}.zip phantun_client phantun_server
 | 
					          zip phantun_${{ matrix.target }}.zip phantun_client phantun_server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Upload Github Assets
 | 
					      - name: Upload Github Assets
 | 
				
			||||||
        uses: softprops/action-gh-release@v1
 | 
					        uses: softprops/action-gh-release@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          files: target/${{ matrix.target }}/release/*.zip
 | 
					          files: target/${{ matrix.target }}/release/*.zip
 | 
				
			||||||
          prerelease: ${{ contains(github.ref, '-') }}
 | 
					          prerelease: ${{ contains(github.ref, '-') }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user