diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7d554b7..ac354ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release' run: mv dist reearth-marketplace-web && tar -zcvf reearth-marketplace-web.tar.gz reearth-marketplace-web - uses: actions/upload-artifact@v3 - if: ${{ github.ref == 'refs/heads/main' }} + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release' with: name: reearth-marketplace-web path: web/reearth-marketplace-web.tar.gz