From d6aeffc3292c02028e579af6aef8a96c9f2f3c4a Mon Sep 17 00:00:00 2001 From: smallboyc Date: Wed, 17 Jul 2024 19:35:39 +0200 Subject: [PATCH] fix : path download zip --- .github/workflows/create_release_executables.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index 2bdc0ea1..96e49a97 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -102,7 +102,5 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - ${{ runner.os != 'Windows' && github.workspace || '' }}/build/${{ matrix.config.installer_name }} - ${{ runner.os != 'Windows' && github.workspace || '' }}/build/release-binaries-${{ matrix.config.name }}.zip - ${{ runner.os == 'Windows' && github.workspace || '' }}\build\${{ matrix.config.installer_name }} - ${{ runner.os == 'Windows' && github.workspace || '' }}\build\release-binaries-${{ matrix.config.name }}.zip + ${{runner.os != 'Windows' && github.workspace || ''}}${{runner.os != 'Windows' && '/' || ''}}build/${{matrix.config.installer_name}} + ${{runner.os != 'Windows' && github.workspace || ''}}${{runner.os != 'Windows' && '/' || ''}}build/release-binaries-${{matrix.config.name}}.zip