From 99bccf13e8bece1bd114606b86e2044548a0515c Mon Sep 17 00:00:00 2001
From: bird_egop <sampletext32@bk.ru>
Date: Wed, 30 Oct 2024 20:18:41 +0300
Subject: [PATCH] specify runtime configuration during build

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4aff70f..a59274cf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
         shell: bash
 
       - name: Build
-        run: dotnet build -c "${{ matrix.configuration }}" -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER
+        run: dotnet build -c "${{ matrix.configuration }}" -r "${{ matrix.platform.name }}" -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER
 
       - name: Run tests
         uses: ryujinx-mirror/unstable-commands@releases/v1.0.6