mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +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
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: simtak.apk
|
name: simtak
|
||||||
path: app/build/outputs/apk/debug/app-debug.apk
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
@@ -92,7 +92,8 @@ jobs:
|
|||||||
- name: Download Android Application Installer
|
- name: Download Android Application Installer
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: simtak.apk
|
name: simtak
|
||||||
|
- run: mv ./app-debug.apk ./simtak.apk
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user