mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-31 10:36:58 +00:00 
			
		
		
		
	fix: wrong chmod command in linux release
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ jobs: | ||||
|         working-directory: ${{ github.workspace }} | ||||
|         run: | | ||||
|           make -C build -j$(nproc) config=release_x86 all | ||||
|           chmod +x build/bin/Release_${{ matrix.build_arch }}/{ImageConverter,Unlinker,Linker} | ||||
|           chmod +x build/bin/Release_x86/{ImageConverter,Unlinker,Linker} | ||||
|  | ||||
|       - name: Upload artifacts | ||||
|         uses: actions/upload-artifact@v4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user