Skip to content

Commit

Permalink
aarファイルの公開に失敗していたため、設定修正
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-misia committed Feb 10, 2020
1 parent 7b352c9 commit 70094b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,8 @@ jobs:
- name: Publish Android Library
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
run: ./publishAar.sh
run: |
mkdir ~/.m2
echo "<settings><servers><server><id>github</id><username>OWNER</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
./publishAar.sh
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CCACHE_VERSION=3.7.7
WEBRTC_VERSION=m80.3987@{\#6}
WEBRTC_SEMANTIC_VERSION=80.6.1
WEBRTC_SEMANTIC_VERSION=80.6.2
WEBRTC_COMMIT=7a0e44c1a84fb4ed57a6701cfc8093756c37af6f

PACKAGE_NAMES= \
Expand Down
8 changes: 4 additions & 4 deletions publishAar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mvn deploy:deploy-file \
-Dfile=libwebrtc.aar \
-Dpackaging=aar \
-Dversion=${VERSION} \
-DgroupId=com.github.crow-misia \
-DartifactId=webrtc-android \
-Dregistry=https://maven.pkg.github.com/crow-misia \
-Dtoken=${GITHUB_TOKEN}
-DgroupId=crow-misia \
-DartifactId=webrtc \
-DrepositoryId=github \
-Durl=https://maven.pkg.github.com/crow-misia/libwebrtc-bin

0 comments on commit 70094b6

Please sign in to comment.