Update release.yml

This commit is contained in:
Ben Parsons 2023-07-03 21:52:30 +10:00
parent 06e4ae9e28
commit 46928ad01d

View File

@ -22,4 +22,5 @@ jobs:
- name: 📦 Zip project
run: tar -czf build.zip build
- name: ☁️ Upload artifact
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'