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