Fix Windows run by wrapping argument in double quotes
This commit is contained in:
parent
ea8307908b
commit
21620dd981
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ runs:
|
|||
echo "::group::Download JReleaser"
|
||||
JAR="jreleaser-tool-provider-${{ inputs.version }}.jar"
|
||||
URL="https://github.com/jreleaser/jreleaser/releases/download/${{ inputs.version }}/$JAR"
|
||||
java ${{ github.action_path }}/copy.java $URL $JAR
|
||||
java "${{ github.action_path }}/copy.java" $URL $JAR
|
||||
java -jar $JAR --version
|
||||
echo "::endgroup::"
|
||||
- name: 'Execute JReleaser'
|
||||
|
|
Loading…
Reference in a new issue