Skip to content

Commit 3a8c604

Browse files
committed
remove mkdir from workflow
1 parent ddd676b commit 3a8c604

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
# Get Boop scripts
4040
- name: Get Boop scripts
4141
run: |
42-
mkdir src-tauri
4342
git clone http://github.com/ivanmathy/boop
44-
mv boop/Boop/Boop/scripts src-tauri/
43+
mv boop/Boop/Boop/scripts/* src-tauri/scripts/
4544
4645
# Build web component
4746
- name: install app dependencies and build it

0 commit comments

Comments
 (0)