Skip to content

Commit a559046

Browse files
authored
build: upload aar artifact to github action (bilibili#66)
1 parent 999ce73 commit a559046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ jobs:
9090
uses: actions/upload-artifact@v2
9191
with:
9292
name: ijkdemo-release
93-
path: android/ijkplayer/ijkplayer-example/build/outputs/apk/release/ijkplayer-example-release.apk
93+
path: |
94+
android/ijkplayer/ijkplayer-example/build/outputs/apk/release/ijkplayer-example-release.apk
95+
android/ijkplayer/fijkplayer-full/build/outputs/aar/fijkplayer-full-release.aar

0 commit comments

Comments
 (0)