Skip to content

Commit

Permalink
ci: build windows exe instead of linux executable
Browse files Browse the repository at this point in the history
  • Loading branch information
cguckes committed Dec 8, 2023
1 parent 608fcc0 commit 14d0755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Publish
run: dotnet publish -c Release WebIO.Api/WebIO.Api.csproj
run: dotnet publish -c Release -r win-x64 WebIO.Api/WebIO.Api.csproj
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 14d0755

Please sign in to comment.