Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogurotus committed Sep 21, 2023
1 parent fe255a8 commit f9dc3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build
path: package/libwebrtc-android.tar.gz
path: libwebrtc-android.tar.gz

- run: ls
- run: cd package && tar xf libwebrtc-android.tar.gz && ls
- run: tar xf libwebrtc-android.tar.gz && ls


- run: |
Expand Down

0 comments on commit f9dc3f9

Please sign in to comment.