Skip to content

Commit

Permalink
🔨 [CI][create_release_executables] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 16, 2024
1 parent fc504a7 commit 0afef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 0afef87

Please sign in to comment.