binary_artifact.yml: restore top level v_{linux,macos,windows}/ folder in the .zip files.
							parent
							
								
									110c7e6f90
								
							
						
					
					
						commit
						b8bb034f91
					
				| 
						 | 
					@ -118,11 +118,12 @@ jobs:
 | 
				
			||||||
        path: ./${{ matrix.version }}
 | 
					        path: ./${{ matrix.version }}
 | 
				
			||||||
    - name: Build Zip Archives
 | 
					    - name: Build Zip Archives
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
           cd ${{ matrix.version }}/
 | 
					           mv ${{ matrix.version }}/    v_${{ matrix.version }}/
 | 
				
			||||||
 | 
					           cd v_${{ matrix.version }}/
 | 
				
			||||||
           chmod 755 v || true
 | 
					           chmod 755 v || true
 | 
				
			||||||
           chmod 755 v.exe || true
 | 
					           chmod 755 v.exe || true
 | 
				
			||||||
           zip -r9 --symlinks ../v_${{ matrix.version }}.zip ./*
 | 
					 | 
				
			||||||
           cd ..
 | 
					           cd ..
 | 
				
			||||||
 | 
					           zip -r9 --symlinks v_${{ matrix.version }}.zip ./v_${{ matrix.version }}/*
 | 
				
			||||||
    - name: Get short tag name
 | 
					    - name: Get short tag name
 | 
				
			||||||
      uses: jungwinter/split@v1
 | 
					      uses: jungwinter/split@v1
 | 
				
			||||||
      id: split
 | 
					      id: split
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue