From f298cab1fb8fcf8aa7031d3011555e30e5b86e46 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 22 Jul 2023 08:20:16 -0400 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 88c838d..6078fc4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: run: | 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 - https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.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