Skip to content

Commit 78db446

Browse files
committed
moved artifact
1 parent 89c2c31 commit 78db446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
npm run build
1919
2020
21+
- name: Move artifact
22+
run: |
23+
mv dist/* output/
24+
2125
- name: Upload artifact
2226
uses: actions/upload-artifact@v4
2327
with:

0 commit comments

Comments
 (0)