Update CI #3

Merged
rgebee merged 16 commits from ci-test into master 2023-07-23 11:39:55 -04:00
Showing only changes of commit 9d461ebadb - Show all commits

View File

@ -21,4 +21,10 @@ jobs:
- name: ✅ svelte-check
run: npm run check
- name: 🔨 Build project
run: npm run build
run: npm run build
- name: upload artifact
run: |
tar -czf build.tar.gz build
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
--upload-file build.tar.gz \
https://gitea.example.com/api/packages/quartznet/generic/artifacts/ref-${{ gitea.ref }}/build-${{ gitea.ref }}.bin