Update release.yml
This commit is contained in:
parent
bc22b13e4a
commit
5f9048d37d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue