aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2023-03-11 19:06:42 +0100
committerGitHub <noreply@github.com>2023-03-11 19:06:42 +0100
commit954e995321da27c788f8c45ef0cc1a9aef32e062 (patch)
tree19f7386c4d661ab96ba5cc00cac97ff1075d0ba5 /.github
parentdad9ab6bb67fd488aae26843ecda1ed59caf845b (diff)
Attempt to fix syntax error of previous merge
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1802208f..eaa7376e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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