We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9aff3 commit d015263Copy full SHA for d015263
1 file changed
.github/workflows/build.yml
@@ -196,10 +196,10 @@ jobs:
196
run: |
197
scons target='${{ matrix.target }}' platform='${{ matrix.platform }}' arch='${{ matrix.arch }}'
198
199
- - name: Copy extra files to addon folder
200
- shell: sh
201
- run: |
202
- cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/README.zh.md' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/gd-eos/'
+ # - name: Copy extra files to addon folder
+ # shell: sh
+ # run: |
+ # cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/README.zh.md' '${{ github.workspace }}/LICENSE' '${{ github.workspace }}/demo/addons/gd-eos/'
203
204
- name: Create artifact folder ${{ matrix.platform }}-${{ matrix.target }}-${{ matrix.arch }}
205
shell: sh
0 commit comments