From 6123a660fa603481e7899a1c996a74ebbe740686 Mon Sep 17 00:00:00 2001 From: benniekiss Date: Fri, 5 Jul 2024 14:50:59 +0000 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f650b52..3a640ea 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: TAG=${TAG##refs/tags/} fi - export DOWNLOAD_LATEST="${{ inputs.download_latest }}" + export DOWNLOAD_LATEST="${{ inputs.download-latest }}" export PRERELEASE="${{ inputs.prerelease }}"