Skip to content

Commit

Permalink
release process fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskonojacki committed Sep 14, 2022
1 parent 1e66a63 commit 0ffef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
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 }}

- name: 🤏 zip UI binaries
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"
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"

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

0 comments on commit 0ffef09

Please sign in to comment.