From 0afef87d7cb64db06a41f98750cf02c27da457b7 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 16 Jan 2024 18:08:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20[CI][create=5Frelease=5Fexecutab?= =?UTF-8?q?les]=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create_release_executables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index f216aa9d..6fef03b0 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -81,4 +81,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ${{runner.os != 'Windows' && github.workspace || ''}}/build/${{matrix.config.installer_name}} + files: ${{runner.os != 'Windows' && github.workspace || ''}}${{runner.os != 'Windows' && '/' || ''}}build/${{matrix.config.installer_name}}