From cd48348b9b67b492800fcf0a5364695fb9f997b5 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:03:53 +0200 Subject: [PATCH] Fix typo in flatpak GitHub workflow --- .github/workflows/flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index bfed328c9..578b0e253 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -49,7 +49,7 @@ jobs: run: python -m pip install PyYAML lxml - name: Restore Nuget packages - # With .NET 8.0.100, Microsoft.NET.ILLink.Tasks isn't restored by default and only seems to appears when publishing. + # With .NET 8.0.100, Microsoft.NET.ILLink.Tasks isn't restored by default and only seems to appear when publishing. # So we just publish to grab the dependencies run: | dotnet publish -c Release -r linux-x64 Ryujinx/${{ env.RYUJINX_PROJECT_FILE }} --self-contained @@ -209,4 +209,4 @@ jobs: git config user.email "${{ env.GIT_COMMITTER_EMAIL }}" git add . git commit -m "$COMMIT_MESSAGE" - git push origin master \ No newline at end of file + git push origin master