From 7197f4b8a765e4de2eaf95f81dc205467eeaab1f Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:08:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?unos-fe:=20ci=E3=82=92=E8=BF=BD=E5=8A=A0?= 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 1ccb36f..9d01f38 100644 --- a/.gitea/workflows/unos-fe-build.yaml +++ b/.gitea/workflows/unos-fe-build.yaml @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v3 - run: npm ci - run: npm run build - - run: tar cvf dist/unos-fe/unos-fe.tar dist/unos-fe/* + - run: cd dist/unos-fe && 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 if: github.event.pull_request.merged == true \ No newline at end of file From d3e3b8cb542aef5bdc278f3fa511c036cb96e0f3 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:10:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?unos-fe:=20ci=E3=82=92=E8=BF=BD=E5=8A=A0?= 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 9d01f38..68427e7 100644 --- a/.gitea/workflows/unos-fe-build.yaml +++ b/.gitea/workflows/unos-fe-build.yaml @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v3 - run: npm ci - run: npm run build - - run: cd dist/unos-fe && tar cvf unos-fe.tar * + - 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 if: github.event.pull_request.merged == true \ No newline at end of file