Skip to content

Commit

Permalink
fix: missed new line, token wouldnt be passed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoffinet committed Feb 1, 2022
1 parent ed92b4b commit 34d8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
"-version=${{ inputs.version }}" \
"-asset-pattern=${{ inputs.asset-pattern }}" \
"-install-path=${{ inputs.install-path }}" \
"-verbose=${{ inputs.verbose }}"
"-verbose=${{ inputs.verbose }}" \
"-token=${{ inputs.token }}"
rm $BINARY_NAME
Expand Down

0 comments on commit 34d8342

Please sign in to comment.