File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments