We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997b4a1 commit afe3353Copy full SHA for afe3353
1 file changed
.github/workflows/release-macOS-x64.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Create data Folder
39
run: mkdir nibbles-clone-v${{github.event.inputs.git-tag}}/data
40
- name: Copy Assets to release Folder
41
- run: cp -R data/ nibbles-clone-v${{github.event.inputs.git-tag}}/data
+ run: cp -R data/* nibbles-clone-v${{github.event.inputs.git-tag}}/data
42
- name: Copy Binaries to release Folder
43
run: cp target/nibbles-clone nibbles-clone-v${{github.event.inputs.git-tag}}
44
- name: Zip release folder
0 commit comments