Publish as single file
This commit is contained in:
parent
9e33c86a7f
commit
f0b6b2995e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/LANCommander.yml
vendored
2
.github/workflows/LANCommander.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
|
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
|
||||||
- name: Publish
|
- 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
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue