We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de59be commit 437a5bfCopy full SHA for 437a5bf
.github/workflows/flutter-pre-build.yml
@@ -220,11 +220,10 @@ jobs:
220
run: |
221
mkdir Payload
222
cp -R build/ios/iphoneos/Runner.app Payload
223
-
+
224
- name: Create IPA (Unsigned)
225
226
- cd Payload
227
- zip -r MoeKey-${{ needs.pre-build.outputs.APP_VERSION }}-iOS-release.ipa .
+ zip -r MoeKey-${{ needs.pre-build.outputs.APP_VERSION }}-iOS-release.ipa Payload
228
mv MoeKey-${{ needs.pre-build.outputs.APP_VERSION }}-iOS-release.ipa $GITHUB_WORKSPACE
229
230
- name: 上传到工作流程
0 commit comments