Skip to content

Commit 5dd182c

Browse files
committed
Update release script to correctly upload mappings
1 parent d0c9106 commit 5dd182c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: ncipollo/release-action@v1
112112
with:
113113
allowUpdates: true
114-
artifacts: "app-release.apk,app-release.aab,mapping*"
114+
artifacts: "app-release.apk,app-release.aab,mapping-apk.zip,mapping-aab.zip"
115115
draft: true
116116
name: ${{ github.event.inputs.version }}
117117
tag: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)