;ci: linux: disable unreliable artifact upload causing CI failures
Also we don't need artifacts for every GHC version and every PR.
This commit is contained in:
		
							parent
							
								
									e089358758
								
							
						
					
					
						commit
						1f707ab0d8
					
				
							
								
								
									
										30
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -211,22 +211,24 @@ jobs: | ||||
|         ARGS: ${{ matrix.plan.args }} | ||||
| 
 | ||||
|     # artifacts: | ||||
|     # XXX unreliable, and we don't need this for every PR; disable for now | ||||
| 
 | ||||
|     - name: Gather executables | ||||
|       run: | | ||||
|         mkdir tmp | ||||
|         cd tmp | ||||
|         mkdir hledger | ||||
|         cd hledger | ||||
|         cp ~/.local/bin/hledger . | ||||
|         cp ~/.local/bin/hledger-ui . | ||||
|         cp ~/.local/bin/hledger-web . | ||||
|     # - name: Gather executables | ||||
|     #   run: | | ||||
|     #     mkdir tmp | ||||
|     #     cd tmp | ||||
|     #     mkdir hledger | ||||
|     #     cd hledger | ||||
|     #     cp ~/.local/bin/hledger . | ||||
|     #     cp ~/.local/bin/hledger-ui . | ||||
|     #     cp ~/.local/bin/hledger-web . | ||||
| 
 | ||||
|     - name: Upload executables artifact | ||||
|       uses: actions/upload-artifact@v2 | ||||
|       with: | ||||
|         name: hledger-ubuntu | ||||
|         path: tmp/hledger | ||||
|     # XXX intermittent upload failures | ||||
|     # - name: Upload executables artifact | ||||
|     #   uses: actions/upload-artifact@v2 | ||||
|     #   with: | ||||
|     #     name: hledger-ubuntu | ||||
|     #     path: tmp/hledger | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -130,6 +130,7 @@ jobs: | ||||
|         cp ~/.local/bin/hledger-ui . | ||||
|         cp ~/.local/bin/hledger-web . | ||||
| 
 | ||||
|     # XXX intermittent upload failures | ||||
|     - name: Upload executables artifact | ||||
|       uses: actions/upload-artifact@v2 | ||||
|       with: | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -150,6 +150,7 @@ jobs: | ||||
|         copy C:\Users\runneradmin\AppData\Roaming\local\bin\hledger.exe . | ||||
|         copy C:\Users\runneradmin\AppData\Roaming\local\bin\hledger-web.exe . | ||||
|               | ||||
|     # XXX intermittent upload failures | ||||
|     - name: Create executables artifact | ||||
|       uses: actions/upload-artifact@v2 | ||||
|       with: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user