From ad65c6192772fd3709039e1e9268130413c13737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Mon, 19 Dec 2022 17:08:23 +0100 Subject: [PATCH] Fix dotnet RID --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index b4f0a6f..74edacb 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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: