Skip to content

Commit 1984408

Browse files
committed
Fix duplicate release attachments
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
1 parent 7b44b8a commit 1984408

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
with:
259259
files: |
260260
webrtc/build/libs/*.jar
261-
native-staging/**/*.jar
261+
native-staging/webrtc-java-jni-*/*.jar
262262
appID: ${{ secrets.RELEASE_APP_ID }}
263263
appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
264264
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=1.0.1

0 commit comments

Comments
 (0)