ci: linux-x64: drop "static" from artifact/binary names
This commit is contained in:
		
							parent
							
								
									91780ceb9a
								
							
						
					
					
						commit
						e9594a93d4
					
				
							
								
								
									
										20
									
								
								.github/workflows/linux-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/linux-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -39,17 +39,17 @@ jobs: | |||||||
|     - name: Extract and strip binaries |     - name: Extract and strip binaries | ||||||
|       run: | |       run: | | ||||||
|         mkdir /tmp/hledger |         mkdir /tmp/hledger | ||||||
|         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-web-*/x/hledger-web/build/hledger-web/hledger-web /tmp/hledger/hledger-web-linux-static-x64 |         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-web-*/x/hledger-web/build/hledger-web/hledger-web /tmp/hledger/hledger-web-linux-x64 | ||||||
|         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-ui-*/x/hledger-ui/build/hledger-ui/hledger-ui /tmp/hledger/hledger-ui-linux-static-x64 |         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-ui-*/x/hledger-ui/build/hledger-ui/hledger-ui /tmp/hledger/hledger-ui-linux-x64 | ||||||
|         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-*/x/hledger/build/hledger/hledger /tmp/hledger/hledger-linux-static-x64 |         cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-*/x/hledger/build/hledger/hledger /tmp/hledger/hledger-linux-x64 | ||||||
|         strip /tmp/hledger/hledger-web-linux-static-x64 |         strip /tmp/hledger/hledger-web-linux-x64 | ||||||
|         strip /tmp/hledger/hledger-ui-linux-static-x64 |         strip /tmp/hledger/hledger-ui-linux-x64 | ||||||
|         strip /tmp/hledger/hledger-linux-static-x64 |         strip /tmp/hledger/hledger-linux-x64 | ||||||
| 
 | 
 | ||||||
|     - name: Upload binaries |     - name: Upload binaries | ||||||
|       uses: actions/upload-artifact@v2 |       uses: actions/upload-artifact@v2 | ||||||
|       with: |       with: | ||||||
|         name: hledger-linux-static-x64 |         name: hledger-linux-x64 | ||||||
|         path: /tmp/hledger |         path: /tmp/hledger | ||||||
| 
 | 
 | ||||||
|     - name: Release |     - name: Release | ||||||
| @ -57,8 +57,8 @@ jobs: | |||||||
|       if: startsWith(github.ref, 'refs/tags/') |       if: startsWith(github.ref, 'refs/tags/') | ||||||
|       with: |       with: | ||||||
|         files: | |         files: | | ||||||
|           /tmp/hledger/hledger-linux-static-x64 |           /tmp/hledger/hledger-linux-x64 | ||||||
|           /tmp/hledger/hledger-web-linux-static-x64 |           /tmp/hledger/hledger-web-linux-x64 | ||||||
|           /tmp/hledger/hledger-ui-linux-static-x64 |           /tmp/hledger/hledger-ui-linux-x64 | ||||||
|       env: |       env: | ||||||
|         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user