From 9cb44c253102ea3e1c793c181296a7a1e9cd9779 Mon Sep 17 00:00:00 2001 From: Rhys <36913739+ryceg@users.noreply.github.com> Date: Fri, 16 Apr 2021 16:41:20 +1000 Subject: [PATCH] Try and fix the release bug (#574) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d52a1470..b5d8d03fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: mkdir -p ./gh-pages/src - name: Copy resources - run: cp -r ./src/Resources ./gh-pages/src/Resources + run: cp -r ./src/Resources ./gh-pages/src/ - name: Deploy uses: JamesIves/github-pages-deploy-action@3.7.1