mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-30 14:33:31 +00:00 
			
		
		
		
	update build workflow
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -126,8 +126,8 @@ jobs: | |||||||
|         for tarfile in `ls **/*.tar`; do |         for tarfile in `ls **/*.tar`; do | ||||||
|           tar -xvf $tarfile |           tar -xvf $tarfile | ||||||
|         done |         done | ||||||
|         for dir in `find ./out -type d -depth 1`; do |         for dir in out/*; do | ||||||
|           (cd $dir && zip -r ../yarr_`basename $dir`.zip *) |           (test -d "$dir" && cd $dir && zip -r ../yarr_`basename $dir`.zip *) | ||||||
|         done |         done | ||||||
|     - name: Upload Release |     - name: Upload Release | ||||||
|       if: false |       if: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user