From 3c72d5e41897f489450f562054cc77187d001733 Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 27 Jul 2023 23:47:21 -0700 Subject: [PATCH] bug(csproj): EnableWindowsTargeting --- .github/workflows/ci.yml | 1 + Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6113750..8ac5bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: path: publish/win-x64/* release: + name: Release needs: build runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tag/v') diff --git a/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj b/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj index f2b8ff8..35b0f3d 100644 --- a/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj +++ b/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj @@ -10,6 +10,7 @@ enable 1.0.0 1.0.0.0 + true