From e30825f5a8d48c0a30b0e248505259eea6609524 Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Mon, 1 Apr 2024 18:04:45 +0000 Subject: [PATCH] typo Signed-off-by: laurentsimon --- actions/installer/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/installer/action.yml b/actions/installer/action.yml index 7eda96a..c535205 100644 --- a/actions/installer/action.yml +++ b/actions/installer/action.yml @@ -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"