Fix typo in flatpak GitHub workflow

This commit is contained in:
TSR Berry 2024-09-09 23:03:53 +02:00
parent 1cbf1d9f2f
commit 8720ffda47
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2

View File

@ -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
git push origin master