Merge 99bccf13e8bece1bd114606b86e2044548a0515c into fec4f4ada9f28f897457033f9954c84cc15d0b02

This commit is contained in:
Bird Egop 2024-10-30 20:27:23 +03:00 committed by GitHub
commit 47a2f63b67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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