diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 46f072b..2df2725 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -22,5 +22,5 @@ jobs: - name: 📦 Zip project run: tar -czf build.zip build - name: ☁️ Upload artifact - # bash curl put git.quartznet.info/api/packages/quartznet/generic/quartznet/${{ gitea.ref }}/quartznet-${{ gitea.ref }}.zip - run: curl -T build.zip -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" "https://minijack@git.quartznet.info/api/packages/quartznet/generic/quartznet/${{ gitea.ref }}/quartznet-${{ gitea.ref }}.zip" + run: | + curl -T build.zip -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" "https://minijack@git.quartznet.info/api/packages/quartznet/generic/quartznet/${{ gitea.ref }}/quartznet-${{ gitea.ref }}.zip"