2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-12 11:37:27 +00:00

fix: wrong chmod command in linux release

This commit is contained in:
Jan Laupetin
2025-09-10 20:28:19 +01:00
parent 37f966a072
commit 0da2e4684a

View File

@@ -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