Skip to content

Commit

Permalink
ci(build): keep hierarchy of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 31, 2024
1 parent fbdf12a commit d00938d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ jobs:
name: artifact
path: |
dist
.eslintignore
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- "main"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d00938d

Please sign in to comment.