Skip to content

Commit 9f5edd9

Browse files
authored
Update opensource.yml
1 parent 0e12895 commit 9f5edd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/opensource.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
build:
2121

22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323

2424
steps:
2525
- uses: actions/checkout@v2
@@ -81,9 +81,9 @@ jobs:
8181
- name: Package apk and aar with Gradle
8282
run: ./gradlew assembleOpensource
8383
- name: Publish aar to Maven
84-
run: ./gradlew publish
84+
run: ./gradlew publishToMavenCentral -info
8585
- name: Archive the apk
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
with:
8888
path: app/build/outputs/apk/opensource/release/*.apk
8989
- name: Build demo apk

0 commit comments

Comments
 (0)