Fix dotnet RID

This commit is contained in:
2022-12-19 17:08:23 +01:00
parent ddb452893d
commit ad65c61927

View File

@@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
target:
- runtime: x86_64-pc-windows-gnu
- runtime: win-x64
runner: windows-latest
name: windows
- runtime: x86_64-unknown-linux-gnu
- runtime: linux-x64
runner: ubuntu-latest
name: linux
steps: