1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 11:46:26 -05:00

Attempt to fix syntax error of previous merge

This commit is contained in:
Mary
2023-03-11 19:06:42 +01:00
committed by GitHub
parent dad9ab6bb6
commit 954e995321

View File

@@ -117,5 +117,5 @@ jobs:
flatpak_release:
uses: ./.github/workflows/flatpak.yml
with:
ryujinx_version: ${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}
ryujinx_version: "${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
secrets: inherit