Skip to content

Commit

Permalink
Fix remaining build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Feb 5, 2025
1 parent 0226734 commit d720cf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
7z a artifacts/fdd.zip ./artifacts/fdd/*
7z a artifacts/win-x86.zip ./artifacts/win-x86/*
7z a artifacts/win-x86-iis.zip ./artifacts/win-x86-iis/*
7z a artifacts/win-arm.zip ./artifacts/win-arm/*
7z a artifacts/linux-x64.zip ./artifacts/linux-x64/*
- uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/standalone-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
name: win-x86
- args: '-r win-x86 --self-contained'
name: win-x86-iis
- args: '-r win-arm --self-contained /p:PublishSingleFile=true'
name: win-arm
- args: '-r linux-x64 --self-contained /p:PublishSingleFile=true'
name: linux-x64
steps:
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["WoL.sln", "./"]
COPY ["Directory.Build.props", "./"]
COPY ["WoL.sln", "Directory.Build.props", "Directory.Packages.props", "./"]
COPY ["WoL/WoL.csproj", "./WoL/"]
RUN dotnet restore "WoL.sln"
COPY . .
Expand Down

0 comments on commit d720cf8

Please sign in to comment.