Update apng final destination path, ...
* Update apng final destination path * Also remove the CI copying files to `imageformats` only to immediately start deleting everything inside of said directory
This commit is contained in:
		
							parent
							
								
									a259d9e8cc
								
							
						
					
					
						commit
						c7e43cb287
					
				
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -8,7 +8,6 @@ on:
 | 
				
			|||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  formatting-check:
 | 
					  formatting-check:
 | 
				
			||||||
    name: formatting-check
 | 
					    name: formatting-check
 | 
				
			||||||
@ -22,8 +21,6 @@ jobs:
 | 
				
			|||||||
         check-path: 'src'
 | 
					         check-path: 'src'
 | 
				
			||||||
         fallback-style: LLVM
 | 
					         fallback-style: LLVM
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  build-windows:
 | 
					  build-windows:
 | 
				
			||||||
    needs: formatting-check
 | 
					    needs: formatting-check
 | 
				
			||||||
    runs-on: windows-latest
 | 
					    runs-on: windows-latest
 | 
				
			||||||
@ -174,12 +171,9 @@ jobs:
 | 
				
			|||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cp ../scripts/launch.sh .
 | 
					          cp ../scripts/launch.sh .
 | 
				
			||||||
          mkdir -p imageformats
 | 
					 | 
				
			||||||
          cp ../QtApng/plugins/imageformats/libqapng.so ./imageformats/libqapng.so
 | 
					 | 
				
			||||||
          chmod +x launch.sh
 | 
					          chmod +x launch.sh
 | 
				
			||||||
          chmod +x Attorney_Online
 | 
					          chmod +x Attorney_Online
 | 
				
			||||||
          tar -cf Attorney_Online.tar ./*
 | 
					          tar -cf Attorney_Online.tar ./*
 | 
				
			||||||
          rm -rf imageformats
 | 
					 | 
				
			||||||
          rm *.so
 | 
					          rm *.so
 | 
				
			||||||
          rm *.sh
 | 
					          rm *.sh
 | 
				
			||||||
          rm Attorney_Online
 | 
					          rm Attorney_Online
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user