Skip to content

Commit 583510c

Browse files
committed
Pack FAQs and docs/ into release build
1 parent 260d637 commit 583510c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: Prepare files for publish
161161
shell: sh
162162
run: |
163-
cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/ropesim/'
163+
cp -rn '${{ github.workspace }}/'*.md '${{ github.workspace }}/docs' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/ropesim/'
164164
rm -rf '${{ github.workspace }}/demo/addons/diagnosticlist'
165165
rm '${{ github.workspace }}/demo/project.godot'
166166

0 commit comments

Comments
 (0)