ci: github: tweaks
This commit is contained in:
		
							parent
							
								
									8cc6608319
								
							
						
					
					
						commit
						dd944ccb68
					
				
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -134,9 +134,13 @@ jobs: | |||||||
|         ARGS: ${{ matrix.plan.resolver }} |         ARGS: ${{ matrix.plan.resolver }} | ||||||
|         # BUILD: ${{ matrix.plan.build }} |         # BUILD: ${{ matrix.plan.build }} | ||||||
| 
 | 
 | ||||||
|     - if: matrix.os == 'windows-latest' |     - name: Zip exes (windows) | ||||||
|  |       if: matrix.os == 'windows-latest' | ||||||
|       run: | |       run: | | ||||||
|         7z a hledger.zip %HOME%/.local/bin/hledger %HOME%/.local/bin/hledger-web |         7z a hledger.zip %HOME%/.local/bin/hledger %HOME%/.local/bin/hledger-web | ||||||
|  | 
 | ||||||
|  |     - name: Upload zip file (windows) | ||||||
|  |       if: matrix.os == 'windows-latest' | ||||||
|       uses: actions/upload-artifact@v1 |       uses: actions/upload-artifact@v1 | ||||||
|       with: |       with: | ||||||
|         name: hledger.zip |         name: hledger.zip | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user