Skip to content

Commit

Permalink
Add missing APK file in GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Jan 14, 2025
1 parent 8997c94 commit 3e6b9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:
run: |
mv ${{ github.workspace }}/artifacts/*.ipa ${{ github.workspace }}/IHM_signed_${{ needs.version.outputs.version_string }}.ipa
mv ${{ github.workspace }}/artifacts/*.aab ${{ github.workspace }}/IHM_signed_${{ needs.version.outputs.version_string }}.aab
mv ${{ github.workspace }}/artifacts/*.apk ${{ github.workspace }}/IHM_signed_${{ needs.version.outputs.version_string }}.apk
- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand All @@ -277,3 +278,4 @@ jobs:
files: |
IHM_signed_${{ needs.version.outputs.version_string }}.ipa
IHM_signed_${{ needs.version.outputs.version_string }}.aab
IHM_signed_${{ needs.version.outputs.version_string }}.apk

0 comments on commit 3e6b9eb

Please sign in to comment.