Skip to content

Commit

Permalink
Update workflow-release-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque authored Feb 18, 2024
1 parent 0a0dc99 commit 7b16f90
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/workflow-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,21 @@ jobs:
AAB_JSON: ${{ steps.aab_json.outputs.filePath }}
APK_JSON: ${{ steps.apk_json.outputs.filePath }}
KEYSTORE: ${{ steps.keystore.outputs.filePath }}

- name: Upload aab file to release
uses: actions/upload-artifact@v4
uses: svenstaro/upload-release-action@v2
with:
path: /home/runner/work/Ellas-War/Ellas-War/platforms/android/app/build/outputs/bundle/release/app-release.aab
name: app-release.aab
compression-level: 0
repo_token: ${{ secrets.GH_TOKEN }}
file: /home/runner/work/Ellas-War/Ellas-War/platforms/android/app/build/outputs/bundle/release/app-release.aab
asset_name: app-release.aab
tag: ${{ github.ref }}
- name: Upload apk file to release
uses: actions/upload-artifact@v4
uses: svenstaro/upload-release-action@v2
with:
path: /home/runner/work/Ellas-War/Ellas-War/platforms/android/app/build/outputs/apk/release/app-release.apk
name: app-release.apk
compression-level: 0
repo_token: ${{ secrets.GH_TOKEN }}
file: /home/runner/work/Ellas-War/Ellas-War/platforms/android/app/build/outputs/apk/release/app-release.apk
asset_name: app-release.apk
tag: ${{ github.ref }}
- name: Upload to the Amazon AppStore
continue-on-error: true
uses: ALJAZEERAPLUS/[email protected]
Expand Down

0 comments on commit 7b16f90

Please sign in to comment.