Merge pull request 'unos-fe: ciを修正' (#11) from unos-fe-ui into master

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2024-03-14 05:11:27 +00:00
+1 -1
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