Skip to content

Commit fe07a96

Browse files
committed
Fix ci apk name
1 parent 36c2dbe commit fe07a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Upload APK
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: app-release
63-
path: ./app/build/outputs/apk/release/app-release.apk
62+
name: ark-drop-release
63+
path: ./app/build/outputs/apk/release/ark-drop-release.apk
6464
lint:
6565
needs: build
6666
environment: Development

0 commit comments

Comments
 (0)