diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-03-11 19:04:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 19:04:13 +0100 |
| commit | dad9ab6bb67fd488aae26843ecda1ed59caf845b (patch) | |
| tree | 3f02cd3c532d3b40c08d4d572c01cb71d0f02c71 /.github/workflows/release.yml | |
| parent | f0562b9c75308c8cfcaa2458dfd37ac42751a374 (diff) | |
[Flatpak] Add release github workflow (#4529)
* Add flatpak release workflow
Co-authored-by: Mary <mary@mary.zone>
* infra: Update required SDK version to 7.0.200
---------
Co-authored-by: Mary <mary@mary.zone>
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9258ff48..1802208f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,11 +25,12 @@ jobs: RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Ryujinx" RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "release-channel-master" + steps: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + global-json-file: global.json - name: Get version info id: version_info run: | @@ -112,3 +113,9 @@ jobs: owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} token: ${{ secrets.RELEASE_TOKEN }} + + flatpak_release: + uses: ./.github/workflows/flatpak.yml + with: + ryujinx_version: ${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }} + secrets: inherit |
