CI Updates (#3)
Co-authored-by: Ben Parsons <9parsonsb@gmail.com> Co-committed-by: Ben Parsons <9parsonsb@gmail.com>
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user