Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-shodan authored Jun 30, 2023
1 parent caae40f commit db62561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# run: dotnet build --no-self-contained -c Release src/Seahaven.csproj
- name: Build monolithic windows version
run: dotnet publish --self-contained true -p:Platform="Any CPU" -r win-x64 -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:Configuration=Release -p:IncludeAllContentForSelfExtract=true -p:PublishReadyToRunShowWarnings=true src/Seahaven.csproj
- name: Where my files
run: ls -l ./Seahaven/Seahaven/src/bin/
- name: Zip artifact for windows
run: zip --junk-paths seahaven-no-dotnet-runtime-windows.zip "./Seahaven/Seahaven/src/bin/Any CPU/Release/net6.0/win-x64/publish/*" -r
- name: Build monolithic linux version
Expand Down

0 comments on commit db62561

Please sign in to comment.