Update release.yml
This commit is contained in:
parent
06e4ae9e28
commit
46928ad01d
@ -22,4 +22,5 @@ jobs:
|
|||||||
- name: 📦 Zip project
|
- name: 📦 Zip project
|
||||||
run: tar -czf build.zip build
|
run: tar -czf build.zip build
|
||||||
- name: ☁️ Upload artifact
|
- 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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user