Skip to content

Commit 04adf0e

Browse files
committed
修复 artifact 名称:将中文名称改为英文,避免下载 URL 编码错误
1 parent f0f16ad commit 04adf0e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-all-platforms.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: 📤 上传Android APK
128128
uses: actions/upload-artifact@v4
129129
with:
130-
name: 小纯观影馆-Android-v${{ env.APP_VERSION }}
130+
name: xiaochun-android-v${{ env.APP_VERSION }}
131131
path: |
132132
build/app/outputs/flutter-apk/*.apk
133133
retention-days: 30
@@ -189,7 +189,7 @@ jobs:
189189
- name: 📤 上传Windows版本
190190
uses: actions/upload-artifact@v4
191191
with:
192-
name: 小纯观影馆-Windows-v${{ env.APP_VERSION }}
192+
name: xiaochun-windows-v${{ env.APP_VERSION }}
193193
path: ${{ env.ZIP_NAME }}
194194
retention-days: 30
195195

@@ -254,7 +254,7 @@ jobs:
254254
- name: 📤 上传iOS构建说明
255255
uses: actions/upload-artifact@v4
256256
with:
257-
name: 小纯观影馆-iOS-说明-v${{ env.APP_VERSION }}
257+
name: xiaochun-ios-readme-v${{ env.APP_VERSION }}
258258
path: iOS构建说明.txt
259259
retention-days: 30
260260

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
if: github.event.inputs.build_type != 'ipa'
152152
uses: actions/upload-artifact@v4
153153
with:
154-
name: 小纯观影馆-iOS-v${{ env.APP_VERSION }}-Archive
154+
name: xiaochun-ios-archive-v${{ env.APP_VERSION }}
155155
path: |
156156
build/ios/iphoneos/
157157
ios/Pods/
@@ -190,6 +190,6 @@ jobs:
190190
- name: 📤 上传说明文件
191191
uses: actions/upload-artifact@v4
192192
with:
193-
name: iOS构建说明
193+
name: ios-readme
194194
path: iOS构建说明.txt
195195
retention-days: 30

0 commit comments

Comments
 (0)