File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ jobs:
101101 run : |
102102 mkdir -p Payload
103103 cp -r build/ios/archive/Runner.xcarchive/Products/Applications/Runner.app Payload/
104- zip -r RankHub-${{ steps.get_version.outputs.version }}+${{ github.run_number }} .ipa Payload
104+ zip -r RankHub-${{ steps.get_version.outputs.version }}.ipa Payload
105105 rm -rf Payload
106106
107107 - name : Upload iOS IPA
108108 uses : actions/upload-artifact@v4.3.3
109109 with :
110- name : RankHub-iOS-${{ steps.get_version.outputs.version }}+${{ github.run_number }}
111- path : RankHub-${{ steps.get_version.outputs.version }}+${{ github.run_number }} .ipa
110+ name : RankHub-iOS-${{ steps.get_version.outputs.version }}
111+ path : RankHub-${{ steps.get_version.outputs.version }}.ipa
112112
113113 build_android :
114114 name : Build Android APK with Shorebird
@@ -217,13 +217,13 @@ jobs:
217217 - name : Rename APK file with version
218218 run : |
219219 mv build/app/outputs/flutter-apk/app-release.apk \
220- build/app/outputs/flutter-apk/RankHub-${{ steps.get_version.outputs.version }}+${{ github.run_number }} .apk
220+ build/app/outputs/flutter-apk/RankHub-${{ steps.get_version.outputs.version }}.apk
221221
222222 - name : Upload APK
223223 uses : actions/upload-artifact@v4.3.3
224224 with :
225- name : RankHub-Android-${{ steps.get_version.outputs.version }}+${{ github.run_number }}
226- path : build/app/outputs/flutter-apk/RankHub-${{ steps.get_version.outputs.version }}+${{ github.run_number }} .apk
225+ name : RankHub-Android-${{ steps.get_version.outputs.version }}
226+ path : build/app/outputs/flutter-apk/RankHub-${{ steps.get_version.outputs.version }}.apk
227227
228228 create_release :
229229 name : Create Release
You can’t perform that action at this time.
0 commit comments