Commit 0ffef09 1 parent 1e66a63 commit 0ffef09 Copy full SHA for 0ffef09
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 65
65
run : dotnet publish ${{ env.PROJECT_PATH_SERVER }} -c Release --self-contained -r win-x64 /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true /p:Version=${{ steps.get_version.outputs.version-without-v }}
66
66
67
67
- name : 🤏 zip UI binaries
68
- run : Compress-Archive -Path Ui/Ui.Desktop/bin/Release/net6.0-windows /win-x64/publish/PhexensWuerfelraum.exe -DestinationPath "PhexensWuerfelraum-${{ steps.get_version.outputs.version }}.zip"
68
+ run : Compress-Archive -Path Ui/Ui.Desktop/bin/Release/net6.0-windows7.0 /win-x64/publish/PhexensWuerfelraum.exe -DestinationPath "PhexensWuerfelraum-${{ steps.get_version.outputs.version }}.zip"
69
69
70
70
- name : 🤏 zip LINUX SERVER binaries
71
71
run : Compress-Archive -Path Server/Server.Console/bin/Release/net6.0/linux-x64/publish/* -DestinationPath "Server-Linux-${{ steps.get_version.outputs.version }}.zip"
You can’t perform that action at this time.
0 commit comments