Skip to content

Commit 7371b86

Browse files
Revert "tmp disable build ios"
This reverts commit 1e5470c.
1 parent b7b834f commit 7371b86

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
with:
5151
ref: release/${{ inputs.version }}
5252

53-
# build-ios:
54-
# name: 'Build iOS'
55-
# needs: [bump-version]
56-
# uses: ./.github/workflows/build-ios.yml
57-
# secrets: inherit
58-
# with:
59-
# ref: release/${{ inputs.version }}
53+
build-ios:
54+
name: 'Build iOS'
55+
needs: [bump-version]
56+
uses: ./.github/workflows/build-ios.yml
57+
secrets: inherit
58+
with:
59+
ref: release/${{ inputs.version }}
6060

6161
publish-release:
6262
name: 'Publish Release'
63-
needs: [bump-version, build-android]
63+
needs: [bump-version, build-android, build-ios]
6464
runs-on: ubuntu-latest
6565
env:
6666
MERGE_TARGET: master
@@ -73,10 +73,10 @@ jobs:
7373
with:
7474
fetch-depth: 0 # fetch all history all branches and tags
7575

76-
# - name: Download iOS App
77-
# uses: actions/download-artifact@v4
78-
# with:
79-
# name: empower-plant-react-native-ios
76+
- name: Download iOS App
77+
uses: actions/download-artifact@v4
78+
with:
79+
name: empower-plant-react-native-ios
8080

8181
- name: Download Android APK
8282
uses: actions/download-artifact@v4
@@ -93,7 +93,7 @@ jobs:
9393
gh release create \
9494
${{ env.VERSION }} \
9595
${{ env.APK_PATH }} \
96-
# ${{ env.APP_ARCHIVE_PATH }} \
96+
${{ env.APP_ARCHIVE_PATH }} \
9797
--title ${{ env.VERSION }} \
9898
--notes "Release ${{ env.VERSION }}" \
9999
|| error_exit "Failed to create GitHub release."

0 commit comments

Comments
 (0)