Fix matrix expression in dotnet publish
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m5s
First CI / build (win-x64) (push) Successful in 1m6s

This commit is contained in:
Nela-cat
2025-11-18 00:11:56 +01:00
parent 6fbe5c5612
commit 384de16708

View File

@@ -19,5 +19,5 @@ jobs:
- run: dotnet restore - run: dotnet restore
- run: dotnet publish -o app -r ${ matrix.rid } --self-contained true /p:PublishSingleFile=true - run: dotnet publish -o app -r ${{ matrix.rid }} --self-contained true /p:PublishSingleFile=true