Skip to content

Commit

Permalink
ci: revert artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Nov 1, 2024
1 parent 9d234f2 commit c759d94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:
run: yarn i18n --fail-on-update
- name: Build
run: yarn build
- name: Pack
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
run: mv dist reearth-cms-web && tar -zcvf reearth-cms-web.tar.gz reearth-cms-web

- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release'
with:
name: reearth-cms-web
path: web/reearth-cms-web.tar.gz
if-no-files-found: error

0 comments on commit c759d94

Please sign in to comment.