From f93d14fff5b188b09de69e0209191f08eb800428 Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 19 Oct 2021 23:18:20 -0400 Subject: [PATCH] Make dotnet publish use Linux configuration --- .github/workflows/build.yml | 2 +- .idea/.idea.UnionPatcher/.idea/indexLayout.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a5cc7a..dcf3b00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: dotnet-version: "5.0.x" - name: Compile - run: dotnet publish + run: dotnet publish -c Linux - uses: actions/upload-artifact@v2 with: diff --git a/.idea/.idea.UnionPatcher/.idea/indexLayout.xml b/.idea/.idea.UnionPatcher/.idea/indexLayout.xml index 7b08163..c633a30 100644 --- a/.idea/.idea.UnionPatcher/.idea/indexLayout.xml +++ b/.idea/.idea.UnionPatcher/.idea/indexLayout.xml @@ -2,7 +2,15 @@ - + + .github + .gitignore + LICENSE + README.md + UnionPatcher.sln.DotSettings + UnionPatcher.sln.DotSettings.user + global.json + \ No newline at end of file