From d6f24e6ed197326cca5ad061fa84e6cf078825ab Mon Sep 17 00:00:00 2001 From: ArchLeaders Date: Wed, 3 May 2023 21:54:05 -0700 Subject: [PATCH] Standard workflow whoopsie --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51bbddd..528483d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Publish EX-King Editor shell: bash run: | - dotnet publish src/${{ env.proj }}.csproj \ + dotnet publish src/${{ env.proj }}/${{ env.proj }}.csproj \ -r ${{ matrix.config.runtime }} \ -c Release \ --sc false \