From 53cf50c2d9909f6b9f836127230faed2199e0433 Mon Sep 17 00:00:00 2001 From: kitsumed <45147847+kitsumed@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:49:30 -0500 Subject: [PATCH] Update create-repo.sh Wrong path. --- .github/scripts/create-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 6507b7b..afc47e5 100644 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -60,6 +60,6 @@ done | jq -sr '[.[]]' > index.json jq -c '.' < index.json > index.min.json # Create repo.json file from releases-config.json -cp -f $GITHUB_WORKSPACE/main/releases-config.json $GITHUB_WORKSPACE/releases/repo.json +cp -f $GITHUB_WORKSPACE/main/releases-config.json repo.json cat index.json