mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 03:01:43 +00:00
Attempt to fix syntax error of previous merge
This commit is contained in:
parent
dad9ab6bb6
commit
954e995321
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue