From 9badd067122507e7e8b7dfb9888d0b4a4f5a647d Mon Sep 17 00:00:00 2001 From: Zenichi Amano <2736571+crow-misia@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:45:52 +0900 Subject: [PATCH] =?UTF-8?q?jitpack=E5=90=91=E3=81=91=E3=81=ABaar=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E5=B1=95=E9=96=8B=E3=81=99?= =?UTF-8?q?=E3=82=8B=E9=9A=9B=E3=81=AB=E3=80=81aar=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E4=BB=A5=E5=A4=96=E3=82=92=E5=B1=95=E9=96=8B?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zenichi Amano <2736571+crow-misia@users.noreply.github.com> --- .github/workflows/build.yml | 1 + publishAar.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e211edd1..a8e74062 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: paths-ignore: - '**.md' - 'LICENSE' + - 'publishAar.sh' pull_request: permissions: diff --git a/publishAar.sh b/publishAar.sh index 8fbadaef..749fc80e 100755 --- a/publishAar.sh +++ b/publishAar.sh @@ -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 \