Skip to content

Commit afe3353

Browse files
committed
Fix MacOS release
1 parent 997b4a1 commit afe3353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-macOS-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Create data Folder
3939
run: mkdir nibbles-clone-v${{github.event.inputs.git-tag}}/data
4040
- name: Copy Assets to release Folder
41-
run: cp -R data/ nibbles-clone-v${{github.event.inputs.git-tag}}/data
41+
run: cp -R data/* nibbles-clone-v${{github.event.inputs.git-tag}}/data
4242
- name: Copy Binaries to release Folder
4343
run: cp target/nibbles-clone nibbles-clone-v${{github.event.inputs.git-tag}}
4444
- name: Zip release folder

0 commit comments

Comments
 (0)