Skip to content

Commit dbcb6e6

Browse files
authored
Update working directory paths in webrtc-builds.yml
1 parent 7f8e83a commit dbcb6e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/webrtc-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)