Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ag2s20150909 authored Apr 11, 2024
1 parent dbd1eda commit 5dbb7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
# Runs a set of commands using the runners shell
- name: Upload FFmpeg Static Libs
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "ffmpeg"
path: ${{ github.workspace }}/media/libraries/decoder_ffmpeg/src/main/jni/ffmpeg/android-libs

- name: Upload library
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aar-library
path: repo
Expand Down

0 comments on commit 5dbb7ae

Please sign in to comment.