mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
renamed apk file to match include to package
This commit is contained in:
5
.github/workflows/pack_monorepo.yaml
vendored
5
.github/workflows/pack_monorepo.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: simtak.apk
|
||||
name: simtak
|
||||
path: app/build/outputs/apk/debug/app-debug.apk
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
@@ -92,7 +92,8 @@ jobs:
|
||||
- name: Download Android Application Installer
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: simtak.apk
|
||||
name: simtak
|
||||
- run: mv ./app-debug.apk ./simtak.apk
|
||||
- name: Setup HEMTT
|
||||
uses: arma-actions/hemtt@v1
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user