CI Updates

This commit is contained in:
Ben Parsons 2023-07-23 11:39:54 -04:00 committed by Chris Dill
commit ec0fff381f
2 changed files with 21 additions and 11 deletions

View file

@ -21,4 +21,11 @@ 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://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz