mirror of
https://github.com/sesouthall/PCGameShuffler.git
synced 2026-04-25 07:29:32 -05:00
Update dotnet-desktop.yml
This commit is contained in:
parent
7fc80ab3cd
commit
c0f170a3b7
4
.github/workflows/dotnet-desktop.yml
vendored
4
.github/workflows/dotnet-desktop.yml
vendored
|
|
@ -76,11 +76,11 @@ jobs:
|
|||
|
||||
# Publish the solution
|
||||
- name: Build
|
||||
run: dotnet publish -c ${{ matrix.configuration }}
|
||||
run: dotnet publish -c ${{ matrix.configuration }} -p:PublishProfile=FolderProfile
|
||||
|
||||
# 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\${{ matrix.configuration }}\net6.0-windows\win-x64\publish\
|
||||
path: ${{ github.workspace }}\GameShuffler\bin\${{ matrix.configuration }}\net6.0-windows\publish\win-x64\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user