Update build.yml
This commit is contained in:
parent
3ce19067c7
commit
9d461ebadb
1 changed files with 7 additions and 1 deletions
|
|
@ -22,3 +22,9 @@ jobs:
|
|||
run: npm run check
|
||||
- name: 🔨 Build project
|
||||
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…
Reference in a new issue