Skip to content

Commit 49d3875

Browse files
committed
Updates screenshot artifact path
Updates the path for screenshot artifacts to target the .NET 9 framework.
1 parent 0df0cd3 commit 49d3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/upload-artifact@v4
5555
with:
5656
name: Screenshots-${{ github.run_number }}
57-
path: ${{ github.workspace }}tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net8.0-windows7\Screenshots
57+
path: ${{ github.workspace }}tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net9.0-windows7\Screenshots
5858
if-no-files-found: ignore
5959

6060
- name: Build NuGets

0 commit comments

Comments
 (0)