File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,12 @@ jobs:
107107 # 17GB
108108 sudo rm -rf /usr/share/dotnet
109109 df -h
110- - run : ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
111- - name : Upload Artifact
112- uses : actions/upload-artifact@v1
113- with :
114- name : webrtc.${{ matrix.name }}.tar.gz
115- path : build/_package/${{ matrix.name }}/webrtc.tar.gz
110+ # - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
111+ # - name: Upload Artifact
112+ # uses: actions/upload-artifact@v1
113+ # with:
114+ # name: webrtc.${{ matrix.name }}.tar.gz
115+ # path: build/_package/${{ matrix.name }}/webrtc.tar.gz
116116 create-release :
117117 name : Create Release
118118 if : contains(github.ref, 'tags/m')
@@ -156,7 +156,7 @@ jobs:
156156 # - ubuntu-18.04_x86_64
157157 # - ubuntu-20.04_x86_64
158158 # - ubuntu-22.04_x86_64
159- - android
159+ # - android
160160 name : Release ${{ matrix.name }}
161161 if : contains(github.ref, 'tags/m')
162162 needs :
You can’t perform that action at this time.
0 commit comments