File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 - name : Target OS
160160 run : echo -e "\ntarget_os = [\"${{ matrix.target.name }}\"]" >> .gclient
161161 shell : bash
162- working-directory : webrtc-sys /libwebrtc
162+ working-directory : libwebrtc /libwebrtc
163163
164164 - name : Free Disk Space (Ubuntu)
165165 uses : jlumbroso/free-disk-space@main
@@ -175,17 +175,17 @@ jobs:
175175
176176 - name : Build WebRTC
177177 run : ${{ matrix.target.cmd }} --arch ${{ matrix.target.arch }} --profile ${{ matrix.profile }} ${{ matrix.target.buildargs }}
178- working-directory : webrtc-sys /libwebrtc
178+ working-directory : libwebrtc /libwebrtc
179179
180180 - name : Zip artifact (Unix)
181181 if : ${{ matrix.target.os != 'windows-2022' }}
182182 run : |
183- cd webrtc-sys /libwebrtc
183+ cd libwebrtc /libwebrtc
184184 zip ${{ github.workspace }}/${{ steps.setup.outputs.ZIP }} ${{ steps.setup.outputs.OUT }} -r
185185
186186 - name : Zip artifact (Windows)
187187 if : ${{ matrix.target.os == 'windows-2022' }}
188- run : Compress-Archive -Path .\webrtc-sys \libwebrtc\${{ steps.setup.outputs.OUT }} -DestinationPath ${{ steps.setup.outputs.ZIP }}
188+ run : Compress-Archive -Path .\libwebrtc \libwebrtc\${{ steps.setup.outputs.OUT }} -DestinationPath ${{ steps.setup.outputs.ZIP }}
189189
190190 - name : Upload artifacts
191191 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments