unos-fe: ciを修正
/ build-tool (pull_request) Has been skipped Details
/ build-angular (pull_request) Successful in 48s Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-14 13:04:11 +09:00
parent cec972a11f
commit 96d7379115
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: cd dist/unos-fe/browser && tar cvf unos-fe.tar *
- run: curl --user usbharu:${{ secrets.DEPLOY_TOKEN }} --upload-file dist/unos-fe/unos-fe.tar https://git.usbharu.dev/api/packages/usbharu/generic/unos-fe/${{ github.sha }}/unos-fe.tar
- run: curl --user usbharu:${{ secrets.DEPLOY_TOKEN }} --upload-file dist/unos-fe/browser/unos-fe.tar https://git.usbharu.dev/api/packages/usbharu/generic/unos-fe/${{ github.sha }}/unos-fe.tar
if: github.event.pull_request.merged == true