From 3c216af814fe4e5ed0c89c903e04b60e1d84b031 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 16 Nov 2022 20:35:38 +0600 Subject: [PATCH] more fixes of workflows to the god of workflows fixes --- .github/workflows/commit-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-release.yml b/.github/workflows/commit-release.yml index 508b820..b764d0c 100644 --- a/.github/workflows/commit-release.yml +++ b/.github/workflows/commit-release.yml @@ -24,7 +24,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./web/build/distributions + publish_dir: ./core/build/distributions publish_branch: site - name: Create Release id: create_release