Update dotnet-desktop.yml

This commit is contained in:
sesouthall 2023-02-15 18:49:53 -08:00 committed by GitHub
parent 70a0f1e520
commit feafec94f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,11 +76,11 @@ jobs:
# Publish the solution
- name: Build
run: dotnet publish
run: dotnet publish -c ${{ matrix.configuration }}
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: GameShuffler
path: ${{ github.workspace }}/GameShuffler/bin/Release/net6.0-windows/publish/win-x64
path: ${{ github.workspace }}\GameShuffler\bin\${{ matrix.configuration }}\net6.0-windows\publish\win-x64