From 4522e10368d8fcf2a46124cc87038c6d8ba8c575 Mon Sep 17 00:00:00 2001 From: Martin Benjamins Date: Fri, 12 Jul 2024 05:32:22 +0200 Subject: [PATCH] Hopefully fix build --- .github/workflows/dotnet.yml | 2 +- MapUpconverter/MapUpconverter.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8d7ef1d..d95da1f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -55,7 +55,7 @@ jobs: - name: Archive Release uses: thedoctor0/zip-release@main with: - directory: ${{ github.workspace }}/bin/${{ matrix.config }}/net8.0 + directory: ${{ github.workspace }}/bin/${{ matrix.config }} type: 'zip' filename: ${{ github.workspace }}/${{ matrix.config }}-${{ matrix.target }}.zip - name: Release diff --git a/MapUpconverter/MapUpconverter.csproj b/MapUpconverter/MapUpconverter.csproj index 0975fac..c8757e1 100644 --- a/MapUpconverter/MapUpconverter.csproj +++ b/MapUpconverter/MapUpconverter.csproj @@ -7,7 +7,6 @@ enable ..\bin false - true Icon.ico Debug;Release;CLIOnlyRelease