Update build.yml

This commit is contained in:
Ben Parsons 2023-07-04 13:35:45 +10:00
parent 3ce19067c7
commit 9d461ebadb

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