mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	switch to upload individual files
This commit is contained in:
		
							
								
								
									
										23
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -46,8 +46,27 @@ jobs:
 | 
			
		||||
      working-directory: scripts
 | 
			
		||||
      run: .\pack.ps1 -verbose
 | 
			
		||||
 | 
			
		||||
    - name: Upload artifacts
 | 
			
		||||
    - name: Upload artifact (cmder.zip)
 | 
			
		||||
      uses: actions/upload-artifact@v3
 | 
			
		||||
      with:
 | 
			
		||||
        path: build
 | 
			
		||||
        path: build/cmder.zip
 | 
			
		||||
        name: cmder.zip
 | 
			
		||||
        if-no-files-found: error
 | 
			
		||||
 | 
			
		||||
    - name: Upload artifact (cmder.7z)
 | 
			
		||||
      uses: actions/upload-artifact@v3
 | 
			
		||||
      with:
 | 
			
		||||
        path: build/cmder.7z
 | 
			
		||||
        name: cmder.7z
 | 
			
		||||
 | 
			
		||||
    - name: Upload artifact (cmder_mini.zip)
 | 
			
		||||
      uses: actions/upload-artifact@v3
 | 
			
		||||
      with:
 | 
			
		||||
        path: build/cmder_mini.zip
 | 
			
		||||
        name: cmder_mini.zip
 | 
			
		||||
 | 
			
		||||
    - name: Upload artifact (hashes.txt)
 | 
			
		||||
      uses: actions/upload-artifact@v3
 | 
			
		||||
      with:
 | 
			
		||||
        path: build/hashes.txt
 | 
			
		||||
        name: hashes.txt
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user