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 e9f8d99 commit a001459Copy full SHA for a001459
.github/workflows/run-testsuite.yml
@@ -70,6 +70,7 @@ jobs:
70
paths: "**/test-results.xml"
71
72
- name: Prepare upload of build artifacts
73
+ if: always()
74
run: |
75
echo "platform=${{ inputs.platform }}".replace(":", "-") >> $env:GITHUB_ENV
76
0 commit comments