From 4c86d63ea225edaebae3a0bdbae5e3f86b777ef0 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Thu, 22 Aug 2024 17:35:41 +0200 Subject: [PATCH] fix: Fix gh pages upload for releases script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32ff36e..b6575b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - checkout - run: name: Upload release to pages - command: ./upload-release-to-pages.sh "${CIRCLE_TAG}" + command: ./scripts/upload-release-to-pages.sh "${CIRCLE_TAG}" workflows: main: