Skip to content

Commit 7c13e40

Browse files
committed
Adjust
1 parent 2cea1c0 commit 7c13e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ runs:
7474
distribution: 'temurin'
7575
java-version: '20'
7676
- name: "Download SimpleLocalize CLI"
77-
run: "https://get.simplelocalize.io/binaries/${{ inputs.cli-version }}/simplelocalize-cli-${{ inputs.cli-version }}.jar"
77+
run: "curl -o simplelocalize.jar https://get.simplelocalize.io/binaries/${{ inputs.cli-version }}/simplelocalize-cli-${{ inputs.cli-version }}.jar"
7878
shell: bash
7979
- name: "Execute SimpleLocalize CLI Command"
8080
run: |
81-
java -jar simplelocalize-cli-${{ inputs.cli-version }}.jar ${{ inputs.command }} ${{ inputs.args }}
81+
java -jar simplelocalize.jar ${{ inputs.command }} ${{ inputs.args }}
8282
shell: bash
8383

0 commit comments

Comments
 (0)