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 0df0cd3 commit 49d3875Copy full SHA for 49d3875
.github/workflows/build_artifacts.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/upload-artifact@v4
55
with:
56
name: Screenshots-${{ github.run_number }}
57
- path: ${{ github.workspace }}tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net8.0-windows7\Screenshots
+ path: ${{ github.workspace }}tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net9.0-windows7\Screenshots
58
if-no-files-found: ignore
59
60
- name: Build NuGets
0 commit comments