Skip to content

Commit 7f085bc

Browse files
committed
update
1 parent 235349f commit 7f085bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)