Skip to content

Commit

Permalink
jitpack向けにaarファイルを展開する際に、aarファイル以外を展開しない
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Oct 5, 2023
1 parent 36f9b00 commit 9badd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths-ignore:
- '**.md'
- 'LICENSE'
- 'publishAar.sh'
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion publishAar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p package
cd package

curl -L -O ${AAR_URL}
tar xf libwebrtc-android.tar.xz
tar xvf libwebrtc-android.tar.xz aar/libwebrtc.aar

mvn install:install-file \
-Dfile=aar/libwebrtc.aar \
Expand Down

0 comments on commit 9badd06

Please sign in to comment.