Skip to content

Commit 5cf355e

Browse files
committed
Force moving built files
1 parent 87b5391 commit 5cf355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Place built files
6666
shell: bash
67-
run: mv artifact/* .
67+
run: mv -f artifact/* .
6868

6969
- name: run the tests
7070
run: npm run test:ava && npm run test:puppeteer:basic && npm run test:puppeteer:webpack

0 commit comments

Comments
 (0)