@@ -176,7 +176,7 @@ jobs:
176176 python ./package/nuitka_build.py ./package/nuitka_config.yml
177177
178178 - name : Run Test packaging script on Windows
179- if : ${{ github.event.inputs.run == 'true' && github.event.inputs.test == 'false ' && runner.os == 'Windows' }}
179+ if : ${{ github.event.inputs.run == 'true' && github.event.inputs.test == 'true ' && runner.os == 'Windows' }}
180180 run : |
181181 # 设置Python使用UTF-8编码
182182 [System.Environment]::SetEnvironmentVariable('PYTHONUTF8', '1', 'Process')
@@ -185,7 +185,7 @@ jobs:
185185 python ./package/nuitka_build.py ${{ github.event.inputs.config_path }}
186186
187187 - name : Run packaging script on Linux
188- if : ${{ github.event.inputs.run == 'true' && github.event.inputs.test == 'true ' && runner.os == 'Linux' }}
188+ if : ${{ github.event.inputs.run == 'true' && github.event.inputs.test == 'false ' && runner.os == 'Linux' }}
189189 run : |
190190 python ./package/nuitka_build.py ./package/nuitka_config.yml
191191
@@ -222,7 +222,7 @@ jobs:
222222 }
223223 }
224224 env :
225- TAG_NAME : ${{ env.VERSION_TAG }}
225+ TAG_NAME : ' v25.07.08 '
226226
227227 - name : Use Release ID
228228 if : ${{ steps.check_release.outputs.exists == 'true' }}
@@ -234,7 +234,7 @@ jobs:
234234 - name : Upload files with wildcards
235235 uses : actions/upload-artifact@v4
236236 with :
237- name : ${{ runner.os }}-${{ runner.arch }}-${{ github.event.inputs.test && 'test-' || '' }}artifact
237+ name : ${{ runner.os }}-${{ runner.arch }}-${{ github.event.inputs.test && 'test-' || 'beta- ' }}artifact
238238 path : |
239239 ./dist/*
240240 retention-days : 14
0 commit comments