Skip to content

Commit

Permalink
Upload apk artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jul 23, 2024
1 parent 191c17d commit 30d12a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,17 @@ jobs:
PASSWORD: ${{ secrets.PASSWORD }}
WORKSPACE: ${{ github.workspace }}

- name: Upload artifacts
- name: Upload aab artifacts
uses: actions/upload-artifact@v4
with:
name: IHM_signed_${{ needs.version.outputs.version_string }}.aab
path: IsraelHiking.Web/android/app/build/outputs/bundle/release/app-release.aab

- name: Upload apk artifacts
uses: actions/upload-artifact@v4
with:
name: IHM_signed_${{ needs.version.outputs.version_string }}.apk
path: IsraelHiking.Web/android/app/build/outputs/apk/release/app-release.apk

- name: Publish to Google Play
if: ${{ github.event.inputs.publishandroid == 'true' }}
Expand Down

0 comments on commit 30d12a9

Please sign in to comment.