Publish as single file

pull/19/head
Pat Hartl 2023-04-04 19:46:06 -05:00
parent 9e33c86a7f
commit f0b6b2995e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
- name: Publish
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build --self-contained --os win
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build --self-contained --os win -p:PublishSingleFile=true
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with: