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 80cdfa1 commit da797eaCopy full SHA for da797ea
.github/workflows/build.yml
@@ -54,6 +54,9 @@ jobs:
54
pip install --upgrade pip
55
pip install -r requirements.txt # 假设你的依赖在 requirements.txt 中
56
57
+ - name: Get os type
58
+ run: |
59
+
60
- name: Install dependencies and build for Linux
61
if: matrix.os == 'ubuntu-latest'
62
shell: bash
@@ -70,7 +73,7 @@ jobs:
70
73
- name: Upload build output as artifact
71
74
uses: actions/upload-artifact@v4
72
75
with:
- name: app-${{ matrix.os }}
76
+ name: WelearnBrainBurst_${{ inputs.tag_version }}_${{ runner.os }}_x64
77
path: |
78
build/app.dist/**
79
if-no-files-found: error
0 commit comments