fix: Fix gh pages upload for releases script

This commit is contained in:
Timo Reymann
2024-08-22 17:35:41 +02:00
parent f6e441da15
commit 4c86d63ea2
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Upload release to pages name: Upload release to pages
command: ./upload-release-to-pages.sh "${CIRCLE_TAG}" command: ./scripts/upload-release-to-pages.sh "${CIRCLE_TAG}"
workflows: workflows:
main: main: