Fix dotnet RID
This commit is contained in:
4
.github/workflows/github-actions-demo.yml
vendored
4
.github/workflows/github-actions-demo.yml
vendored
@@ -8,10 +8,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target:
|
target:
|
||||||
- runtime: x86_64-pc-windows-gnu
|
- runtime: win-x64
|
||||||
runner: windows-latest
|
runner: windows-latest
|
||||||
name: windows
|
name: windows
|
||||||
- runtime: x86_64-unknown-linux-gnu
|
- runtime: linux-x64
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
name: linux
|
name: linux
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user