This commit is contained in:
@@ -48,17 +48,16 @@ jobs:
|
||||
--output=./app-build \
|
||||
--platform=android \
|
||||
--profile=preview
|
||||
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
|
||||
run: mv app-build app-release.apk
|
||||
|
||||
- name: 📤 Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: android-preview-build
|
||||
path: mobile/app-release.apk
|
||||
path: app-release.apk
|
||||
if-no-files-found: error
|
||||
|
||||
- name: 🏷 Create tag
|
||||
@@ -73,7 +72,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ env.RELEASE_TAG }}
|
||||
name: ${{ env.RELEASE_TAG }}
|
||||
files: mobile/app-release.apk
|
||||
files: app-release.apk
|
||||
generate_release_notes: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user