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 committed Jun 30, 2023
1 parent db62561 commit 4f1bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 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/
run: ls -l ./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 4f1bbce

Please sign in to comment.