👷 fix workflow
This commit is contained in:
		
							parent
							
								
									7ae22096ea
								
							
						
					
					
						commit
						381a4afb73
					
				
							
								
								
									
										4
									
								
								.github/workflows/agent.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/agent.yml
									
									
									
									
										vendored
									
									
								
							@ -10,9 +10,11 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@master
 | 
					      - uses: actions/checkout@master
 | 
				
			||||||
      - run: |
 | 
					      - name: Download UPX
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
          wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
 | 
					          wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
 | 
				
			||||||
          tar --strip-components=1 -xf upx-3.95-amd64_linux.tar.xz && sudo mv upx /usr/bin/
 | 
					          tar --strip-components=1 -xf upx-3.95-amd64_linux.tar.xz && sudo mv upx /usr/bin/
 | 
				
			||||||
 | 
					          git clean -f -d
 | 
				
			||||||
          upx --version
 | 
					          upx --version
 | 
				
			||||||
      - name: Run GoReleaser
 | 
					      - name: Run GoReleaser
 | 
				
			||||||
        uses: goreleaser/goreleaser-action@v2
 | 
					        uses: goreleaser/goreleaser-action@v2
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.github/workflows/dashboard.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/dashboard.yml
									
									
									
									
										vendored
									
									
								
							@ -10,6 +10,7 @@ on:
 | 
				
			|||||||
      - "script/**"
 | 
					      - "script/**"
 | 
				
			||||||
      - "*.md"
 | 
					      - "*.md"
 | 
				
			||||||
      - ".*"
 | 
					      - ".*"
 | 
				
			||||||
 | 
					      - ".github/workflows/agent.yml"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  deploy:
 | 
					  deploy:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user