diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2a954478..acba13a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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