Update build.yml
This commit is contained in:
parent
3ce19067c7
commit
9d461ebadb
@ -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
|
Loading…
x
Reference in New Issue
Block a user