aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2023-03-11 19:13:40 +0100
committerMary <mary@mary.zone>2023-03-11 19:16:08 +0100
commit2dc422bc14d5f301108bad14ab732f169bbdc277 (patch)
tree0b7afab25300f80e8971841071e0a636acdc4b7c /.github/workflows/release.yml
parenta80fa5e33f0856ef20508e7f22101cd8fc911f90 (diff)
gha(release): Hopefully fixes it
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 029a9031..0f979da1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -114,6 +114,8 @@ jobs:
flatpak_release:
uses: ./.github/workflows/flatpak.yml
+ needs: release
with:
- ryujinx_version: "${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
+ ryujinx_base_version: "1.1"
+ ryujinx_version_minor: github.run_number
secrets: inherit