;ci: github: windows: generate zip file
This commit is contained in:
		
							parent
							
								
									2cfed3af24
								
							
						
					
					
						commit
						dab7c214c9
					
				
							
								
								
									
										19
									
								
								.github/workflows/windows-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/windows-nightly.yml
									
									
									
									
										vendored
									
									
								
							| @ -136,16 +136,17 @@ jobs: | |||||||
|     # run hledger-lib/hledger functional tests, skipping the ones for addons |     # run hledger-lib/hledger functional tests, skipping the ones for addons | ||||||
|     #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons |     #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons | ||||||
| 
 | 
 | ||||||
|     # - name: Zip exes |     - name: Zip exes | ||||||
|     #   run: | |       run: | | ||||||
|     #     #cd `stack path --local-bin` |         #cd `stack path --local-bin` | ||||||
|     #     7z a hledger.zip %HOME%/.local/bin/hledger %HOME%/.local/bin/hledger-web |         cd C:\Users\runneradmin\AppData\Roaming\local\bin\ | ||||||
|  |         7z a D:\a\hledger\hledger.zip hledger.exe hledger-web.exe | ||||||
| 
 | 
 | ||||||
|     # - name: Upload zip file |     - name: Upload zip file | ||||||
|     #   uses: actions/upload-artifact@v1 |       uses: actions/upload-artifact@v1 | ||||||
|     #   with: |       with: | ||||||
|     #     name: hledger.zip |         name: hledger.zip | ||||||
|     #     path: hledger.zip |         path: hledger.zip | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #     Directory: C:\Users\runneradmin | #     Directory: C:\Users\runneradmin | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user