Maximus upgradus
This commit is contained in:
@@ -53,11 +53,14 @@ jobs:
|
||||
- name: 📝 Rename build to APK
|
||||
run: mv app-build codexbar-release.apk
|
||||
|
||||
- name: 🗜 Zip APK
|
||||
run: zip codexbar-release.zip codexbar-release.apk
|
||||
|
||||
- name: 📤 Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: codexbar-android-preview-build
|
||||
path: codexbar-release.apk
|
||||
path: codexbar-release.zip
|
||||
if-no-files-found: error
|
||||
|
||||
release:
|
||||
@@ -84,7 +87,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ env.RELEASE_TAG }}
|
||||
name: ${{ env.RELEASE_TAG }}
|
||||
files: codexbar-release.apk
|
||||
files: codexbar-release.zip
|
||||
generate_release_notes: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user