Ver Fonte

Attempt to fix syntax error of previous merge

Mary há 3 anos atrás
pai
commit
954e995321
1 ficheiros alterados com 1 adições e 1 exclusões
  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