fix
This commit is contained in:
parent
1739debda9
commit
bc8ecfc8c5
@ -11,6 +11,6 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
dotnet-version: "6.0.x"
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} /p:PublishSingleFile=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user