Fix matrix expression in dotnet publish
This commit is contained in:
@@ -19,5 +19,5 @@ jobs:
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user