We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260d637 commit 583510cCopy full SHA for 583510c
1 file changed
.github/workflows/build.yml
@@ -160,7 +160,7 @@ jobs:
160
- name: Prepare files for publish
161
shell: sh
162
run: |
163
- cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/ropesim/'
+ cp -rn '${{ github.workspace }}/'*.md '${{ github.workspace }}/docs' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/ropesim/'
164
rm -rf '${{ github.workspace }}/demo/addons/diagnosticlist'
165
rm '${{ github.workspace }}/demo/project.godot'
166
0 commit comments