浏览代码

Attempt to fix syntax error of previous merge

Mary 3 年之前
父节点
当前提交
954e995321
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.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