From ece51a2235de93c1d98d0c792a5830a0987bde1a Mon Sep 17 00:00:00 2001 From: ValentinVignal Date: Thu, 30 Jan 2025 12:09:56 +0800 Subject: [PATCH] Download correct index.js --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index ce398d9..55620cb 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -102,7 +102,7 @@ if [[ -z "$TOKEN" ]]; then fi -curl https://raw.githubusercontent.com/ValentinVignal/action-dart-analyze/refs/heads/script/dist/index.js -o index.js +curl https://raw.githubusercontent.com/ValentinVignal/action-dart-analyze/refs/heads/main/dist/index.js -o index.js # Run the Node.js script with environment variables