Skip to content

Commit

Permalink
reenable publish single file
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Dec 20, 2024
1 parent fd99c2c commit 9457bb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,19 +203,19 @@ jobs:
include:
- id: chats
- id: chats-win-x64
args: -r win-x64 --self-contained true /p:PublishReadyToRun=true
args: -r win-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-linux-x64
args: -r linux-x64 --self-contained true /p:PublishReadyToRun=true
args: -r linux-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-linux-arm64
args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=true
args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-linux-musl-x64
args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=true
args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-linux-musl-arm64
args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=true
args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-osx-arm64
args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=true
args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true
- id: chats-osx-x64
args: -r osx-x64 --self-contained true /p:PublishReadyToRun=true
args: -r osx-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9457bb9

Please sign in to comment.