Skip to content

Commit 4027644

Browse files
committed
fixup! Upload Universal
1 parent 04a9ef3 commit 4027644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
- name: Upload Universal
223223
uses: actions/upload-artifact@v5
224224
with:
225-
name: default-universal-${{ github.sha }}
226-
path: app/build/outputs/apk/marshmallow/release/app-default-universal-release.apk
225+
name: marshmallow-universal-${{ github.sha }}
226+
path: app/build/outputs/apk/marshmallow/release/app-marshmallow-universal-release.apk
227227

228228
- name: Upload mapping
229229
if: always()

0 commit comments

Comments
 (0)