Skip to content

Commit d015263

Browse files
移除CI中的 LICENSE, README 步骤
1 parent 5c9aff3 commit d015263

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ jobs:
196196
run: |
197197
scons target='${{ matrix.target }}' platform='${{ matrix.platform }}' arch='${{ matrix.arch }}'
198198
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/'
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/'
203203

204204
- name: Create artifact folder ${{ matrix.platform }}-${{ matrix.target }}-${{ matrix.arch }}
205205
shell: sh

0 commit comments

Comments
 (0)