From b8dda009b5d5ee16b9675db1980bd34701f651a6 Mon Sep 17 00:00:00 2001 From: tgel0 Date: Sun, 11 Feb 2024 15:19:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fixed=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0c0caf..3f47adc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,10 @@ jobs: uses: actions/checkout@master - name: Install Dependencies run: npm install + working-directory: ${{ env.RESOURCE_DIR }} - name: Build run: npm run build-prod + working-directory: ${{ env.RESOURCE_DIR }} - name: Archive Production Artifact uses: actions/upload-artifact@master with: