Skip to content

Commit

Permalink
fix : path download zip
Browse files Browse the repository at this point in the history
  • Loading branch information
smallboyc committed Jul 17, 2024
1 parent 0391bd6 commit d6aeffc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6aeffc

Please sign in to comment.