Compare commits
1 Commits
build-2e64
...
build-37bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 37bf9c74cb |
@@ -50,11 +50,15 @@ jobs:
|
|||||||
--profile=preview
|
--profile=preview
|
||||||
working-directory: mobile
|
working-directory: mobile
|
||||||
|
|
||||||
|
# Neuer Schritt: Rename das Binary, damit es wie eine echte App aussieht
|
||||||
|
- name: 📝 Rename build to APK
|
||||||
|
run: mv mobile/app-build mobile/app-release.apk
|
||||||
|
|
||||||
- name: 📤 Upload build artifact
|
- name: 📤 Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: android-preview-build.zip
|
name: android-preview-build
|
||||||
path: mobile/app-build
|
path: mobile/app-release.apk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: 🏷 Create tag
|
- name: 🏷 Create tag
|
||||||
@@ -69,7 +73,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ env.RELEASE_TAG }}
|
tag_name: ${{ env.RELEASE_TAG }}
|
||||||
name: ${{ env.RELEASE_TAG }}
|
name: ${{ env.RELEASE_TAG }}
|
||||||
files: mobile/app-build
|
files: mobile/app-release.apk
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user