Skip to content

Commit 0ffef09

Browse files
release process fix
1 parent 1e66a63 commit 0ffef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
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 }}
6666

6767
- 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"
6969

7070
- name: 🤏 zip LINUX SERVER binaries
7171
run: Compress-Archive -Path Server/Server.Console/bin/Release/net6.0/linux-x64/publish/* -DestinationPath "Server-Linux-${{ steps.get_version.outputs.version }}.zip"

0 commit comments

Comments
 (0)