We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b44b8a commit 1984408Copy full SHA for 1984408
2 files changed
.github/workflows/build.yml
@@ -258,7 +258,7 @@ jobs:
258
with:
259
files: |
260
webrtc/build/libs/*.jar
261
- native-staging/**/*.jar
+ native-staging/webrtc-java-jni-*/*.jar
262
appID: ${{ secrets.RELEASE_APP_ID }}
263
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
264
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
gradle.properties
@@ -1 +1 @@
1
-version=1.0.0
+version=1.0.1
0 commit comments