From 96d73791155f277fa706fec099bf04bd23043f6a Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:04:11 +0900 Subject: [PATCH] =?UTF-8?q?unos-fe:=20ci=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/unos-fe-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/unos-fe-build.yaml b/.gitea/workflows/unos-fe-build.yaml index 68427e7..5ed8ced 100644 --- a/.gitea/workflows/unos-fe-build.yaml +++ b/.gitea/workflows/unos-fe-build.yaml @@ -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 \ No newline at end of file