From 7be81376755b56cb53dc0fde6f630c91f9d53c43 Mon Sep 17 00:00:00 2001 From: CoasterFreakDE Date: Thu, 19 Oct 2023 21:54:25 +0200 Subject: [PATCH] no idea --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2718a1d..874dbe1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,10 @@ jobs: path: artifacts - uses: montudor/action-zip@v1 with: - args: unzip -qq ${{ env.ARTIFACT }} -d serve + args: unzip -qq docs.zip -d docs + - uses: montudor/action-zip@v1 + with: + args: unzip -qq docs/${{ env.ARTIFACT }} -d serve - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact