Browse Source

Attempt to fix syntax error of previous merge

Mary 3 năm trước cách đây
mục cha
commit
954e995321
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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