From bd07b2b6c78a8d488c0a14f944138deb7b214c24 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 22 Jul 2023 08:34:31 -0400 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6078fc4..1d26179 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,14 +18,9 @@ jobs: curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \ https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz > build.tar.gz echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz - - name: 🔧 Setup node - uses: https://github.com/actions/setup-node@v3 - - name: 🧱 Install node packages - run: npm ci - - name: ✅ svelte-check - run: npm run check - - name: 🔨 Build project - run: npm run build + - name: extract artifact + run: | + tar -xvzf build.tar.gz - run: ls -la build - run: ls -la /www/ - run: ls -la /www/svelte/