Fix Linux archiving a tar inside a zip
This commit is contained in:
		
							parent
							
								
									c7e43cb287
								
							
						
					
					
						commit
						7e527353a6
					
				
							
								
								
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -81,7 +81,7 @@ jobs:
 | 
				
			|||||||
      - name: Build Apng plugin
 | 
					      - name: Build Apng plugin
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd ./qtapng
 | 
					          cd ./qtapng
 | 
				
			||||||
          cmake . -D CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE="${{ github.workspace }}/bin/imageformats/"
 | 
					          cmake .
 | 
				
			||||||
          cmake --build . --config Release
 | 
					          cmake --build . --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
@ -167,19 +167,17 @@ jobs:
 | 
				
			|||||||
          cmake --build . --config Release
 | 
					          cmake --build . --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Deploy Linux
 | 
					      - name: Deploy Linux
 | 
				
			||||||
        working-directory: ${{github.workspace}}/bin/
 | 
					 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 | 
					          cd ${{ github.workspace }}/bin
 | 
				
			||||||
 | 
					          mkdir ./imageformats
 | 
				
			||||||
 | 
					          cp ../qtapng/plugins/imageformats/libqapng.so ./imageformats
 | 
				
			||||||
          cp ../scripts/launch.sh .
 | 
					          cp ../scripts/launch.sh .
 | 
				
			||||||
          chmod +x launch.sh
 | 
					          chmod +x launch.sh
 | 
				
			||||||
          chmod +x Attorney_Online
 | 
					          chmod +x Attorney_Online
 | 
				
			||||||
          tar -cf Attorney_Online.tar ./*
 | 
					 | 
				
			||||||
          rm *.so
 | 
					 | 
				
			||||||
          rm *.sh
 | 
					 | 
				
			||||||
          rm Attorney_Online
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Upload Artifact
 | 
					      - name: Upload Artifact
 | 
				
			||||||
        uses: actions/upload-artifact@master
 | 
					        uses: actions/upload-artifact@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: Attorney_Online-Linux
 | 
					          name: Attorney_Online-Linux
 | 
				
			||||||
          path: ${{github.workspace}}/bin/Attorney_Online.tar
 | 
					          path: ${{github.workspace}}/bin
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user