We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e105d commit 6aa4661Copy full SHA for 6aa4661
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -93,5 +93,7 @@ jobs:
93
- name: Upload build artifacts
94
uses: actions/upload-artifact@v4
95
with:
96
- name: MSIX Package
97
- path: dist
+ name: GabNetStats
+ path: GabNetStats\GabNetStats\bin\$env:Configuration\net10.0-windows10.0.26100.0\
98
+ env:
99
+ Configuration: ${{ matrix.configuration }}
0 commit comments