Skip to content

Commit da797ea

Browse files
committed
chore: 更改编译产物命名方法
1 parent 80cdfa1 commit da797ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
pip install --upgrade pip
5555
pip install -r requirements.txt # 假设你的依赖在 requirements.txt 中
5656
57+
- name: Get os type
58+
run: |
59+
5760
- name: Install dependencies and build for Linux
5861
if: matrix.os == 'ubuntu-latest'
5962
shell: bash
@@ -70,7 +73,7 @@ jobs:
7073
- name: Upload build output as artifact
7174
uses: actions/upload-artifact@v4
7275
with:
73-
name: app-${{ matrix.os }}
76+
name: WelearnBrainBurst_${{ inputs.tag_version }}_${{ runner.os }}_x64
7477
path: |
7578
build/app.dist/**
7679
if-no-files-found: error

0 commit comments

Comments
 (0)