Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Oct 30, 2023
1 parent c975e18 commit c3c86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish NeaProject/NeaProject.csproj -c Release -o release --nologo
run: dotnet publish PanoramicData.NCalc101/PanoramicData.NCalc101.csproj -c Release -o release --nologo

# Copy index.html to 404.html to serve the same file when a file is not found
- name: copy index.html to 404.html
Expand Down

0 comments on commit c3c86ef

Please sign in to comment.