mirror of
				https://github.com/Tim-Paik/srv.git
				synced 2024-10-13 00:29:43 +00:00 
			
		
		
		
	github action
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -45,10 +45,6 @@ jobs:
 | 
			
		||||
      - uses: lukka/run-vcpkg@v7
 | 
			
		||||
        with:
 | 
			
		||||
          setupOnly: true
 | 
			
		||||
          vcpkgDirectory: "${{ github.workspace }}/vcpkg"
 | 
			
		||||
          appendedCacheKey: ${{ hashFiles( '**/vcpkg_manifest/vcpkg.json' ) }}
 | 
			
		||||
          vcpkgTriplet: ${{ matrix.triplet }}
 | 
			
		||||
          additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed
 | 
			
		||||
      - uses: taiki-e/upload-rust-binary-action@v1
 | 
			
		||||
        with:
 | 
			
		||||
          bin: web
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user