Skip to content

Commit

Permalink
Hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Jul 12, 2024
1 parent f9f9cad commit 4522e10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion MapUpconverter/MapUpconverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
<BaseOutputPath>..\bin</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<Configurations>Debug;Release;CLIOnlyRelease</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 4522e10

Please sign in to comment.