mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 21:56:40 +00:00
Fix typo in flatpak GitHub workflow
This commit is contained in:
parent
a8b25afdef
commit
cd48348b9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
run: python -m pip install PyYAML lxml
|
run: python -m pip install PyYAML lxml
|
||||||
|
|
||||||
- name: Restore Nuget packages
|
- 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
|
# So we just publish to grab the dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet publish -c Release -r linux-x64 Ryujinx/${{ env.RYUJINX_PROJECT_FILE }} --self-contained
|
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 config user.email "${{ env.GIT_COMMITTER_EMAIL }}"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$COMMIT_MESSAGE"
|
git commit -m "$COMMIT_MESSAGE"
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
Loading…
Reference in a new issue