Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Apr 1, 2024
1 parent c3142e3 commit e30825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/installer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
exit 1
fi
ref="${GH_ACTION_REF}"
gh publish -R "${GH_ACTION_REPOSITORY}" download "${ref}" -p "binary-linux-amd64*"
gh release -R "${GH_ACTION_REPOSITORY}" download "${ref}" -p "binary-linux-amd64*"
chmod u+x binary-linux-amd64
echo "ref=${ref}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e30825f

Please sign in to comment.