Skip to content

Commit 0da2e46

Browse files
committed
fix: wrong chmod command in linux release
1 parent 37f966a commit 0da2e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ${{ github.workspace }}
3939
run: |
4040
make -C build -j$(nproc) config=release_x86 all
41-
chmod +x build/bin/Release_${{ matrix.build_arch }}/{ImageConverter,Unlinker,Linker}
41+
chmod +x build/bin/Release_x86/{ImageConverter,Unlinker,Linker}
4242
4343
- name: Upload artifacts
4444
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)