We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767adff commit aed89d7Copy full SHA for aed89d7
2 files changed
.github/workflows/app-build-verify.yml
@@ -566,7 +566,7 @@ jobs:
566
rm -rf build dist
567
568
- name: Upload Failure Logs
569
- uses: actions/upload-artifact@v7.0.0
+ uses: actions/upload-artifact@v7.0.1
570
if: failure()
571
with:
572
name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }}
.github/workflows/app-create-verify.yml
@@ -137,7 +137,7 @@ jobs:
137
pprint(toml.load(pyproject_toml))
138
139
140
141
142
143
name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}
0 commit comments