Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit 333a9e2b8b - Show all commits

View File

@ -22,5 +22,4 @@ 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'