We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f966a commit 0da2e46Copy full SHA for 0da2e46
1 file changed
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
working-directory: ${{ github.workspace }}
39
run: |
40
make -C build -j$(nproc) config=release_x86 all
41
- chmod +x build/bin/Release_${{ matrix.build_arch }}/{ImageConverter,Unlinker,Linker}
+ chmod +x build/bin/Release_x86/{ImageConverter,Unlinker,Linker}
42
43
- name: Upload artifacts
44
uses: actions/upload-artifact@v4
0 commit comments