diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9ae48f2..88c838d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,6 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: get artifact + 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 - name: 🔧 Setup node uses: https://github.com/actions/setup-node@v3 - name: 🧱 Install node packages