Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Sep 13, 2022
1 parent 50f6bd4 commit 159be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 159be77

Please sign in to comment.