From a977d1c1882d03a37f78f2e8b6efa460410eac04 Mon Sep 17 00:00:00 2001 From: soywiz Date: Fri, 29 Sep 2023 23:42:10 +0200 Subject: [PATCH] Fix dist path --- .github/workflows/deploy-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-js.yml b/.github/workflows/deploy-js.yml index a056656..520e1c6 100644 --- a/.github/workflows/deploy-js.yml +++ b/.github/workflows/deploy-js.yml @@ -21,5 +21,5 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: github-pages # The branch the action should deploy to. - FOLDER: build/distributions # The folder the action should deploy. + FOLDER: build/dist/js/productionExecutable # The folder the action should deploy. CLEAN: true # Automatically remove deleted files from the deploy branch