Skip to content

Commit 3214dc3

Browse files
fix missing ios asset
1 parent 1125d82 commit 3214dc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
gh release create \
9494
${{ env.VERSION }} \
9595
${{ env.APK_PATH }} \
96+
${{ env.APP_ARCHIVE_PATH }} \
9697
--title ${{ env.VERSION }} \
9798
--notes "Release ${{ env.VERSION }}" \
9899
|| error_exit "Failed to create GitHub release."

0 commit comments

Comments
 (0)