From 4048b451f01cf9412c40e630ac6d045d967b30cb Mon Sep 17 00:00:00 2001 From: Blooym <19539165+Blooym@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:14:46 +0100 Subject: [PATCH] ci: dont specify linux runtime as it breaks flatpak --- .github/workflows/generate_flatpak_nuget_deps.yml | 2 +- .github/workflows/make-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_flatpak_nuget_deps.yml b/.github/workflows/generate_flatpak_nuget_deps.yml index aa843e35..a2547519 100644 --- a/.github/workflows/generate_flatpak_nuget_deps.yml +++ b/.github/workflows/generate_flatpak_nuget_deps.yml @@ -30,7 +30,7 @@ jobs: working-directory: ./src/XIVLauncher.Core/ run: | curl -LO https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/dotnet/flatpak-dotnet-generator.py - python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 23.08 --runtime linux-x64 nuget-dependencies.json XIVLauncher.Core.csproj + python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 23.08 nuget-dependencies.json XIVLauncher.Core.csproj - name: Upload nuget-dependencies.json uses: actions/upload-artifact@v3 diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index bdcbaefb..860e4377 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -61,7 +61,7 @@ jobs: working-directory: ./src/XIVLauncher.Core/ run: | curl -LO https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/dotnet/flatpak-dotnet-generator.py - python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 23.08 --runtime linux-x64 nuget-dependencies.json XIVLauncher.Core.csproj + python3 flatpak-dotnet-generator.py --dotnet 8 --freedesktop 23.08 nuget-dependencies.json XIVLauncher.Core.csproj - name: Upload nuget-dependencies.json uses: actions/upload-artifact@v3