Skip to content

Commit 8c22b16

Browse files
committed
workflow
1 parent 5150007 commit 8c22b16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ jobs:
8989
run: mkdir dist
9090

9191
- name: Copy to dist directory
92-
run: Copy-item -Force -Recurse -Verbose GabNetStatsRepo\GabNetStats\bin\$env:Configuration\net10.0-windows10.0.26100.0\ -Destination dist
92+
run: Copy-item -Force -Recurse -Verbose GabNetStatsRepo\GabNetStats\bin\$env:Configuration\net10.0-windows10.0.26100.0\* -Destination dist\
9393
env:
9494
Configuration: ${{ matrix.configuration }}
9595

9696
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
9797
- name: Upload build artifacts
9898
uses: actions/upload-artifact@v6
9999
with:
100-
name: GabNetStats
100+
name: GabNetStats-$env:Configuration
101101
path: dist
102+
env:
103+
Configuration: ${{ matrix.configuration }}

0 commit comments

Comments
 (0)