This commit is contained in:
		
							parent
							
								
									e79d462949
								
							
						
					
					
						commit
						cb17dd66c9
					
				
							
								
								
									
										4
									
								
								.github/workflows/build_release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build_release.yaml
									
									
									
									
										vendored
									
									
								
							@ -17,9 +17,9 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: '>=1.22.1'
 | 
			
		||||
      - name: release-build-windows
 | 
			
		||||
        run: GOOS=windows GOARCH=amd64 go build -o bin/reverse-${{  github.ref_name }}-windows-amd64.exe
 | 
			
		||||
        run: GOOS=windows GOARCH=amd64 go build -o bin/collatz-${{  github.ref_name }}-windows-amd64.exe
 | 
			
		||||
      - name: release-build-linux
 | 
			
		||||
        run: GOOS=linux GOARCH=amd64 go build -o bin/reverse-${{  github.ref_name }}-linux-amd64
 | 
			
		||||
        run: GOOS=linux GOARCH=amd64 go build -o bin/collatz-${{  github.ref_name }}-linux-amd64
 | 
			
		||||
      - name: Release
 | 
			
		||||
        uses: https://gitea.com/actions/release-action@main
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user