Skip to content

Commit

Permalink
Specify project to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stulda committed May 31, 2024
1 parent 0551da6 commit 982b3de
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 @@ -37,7 +37,7 @@ jobs:
release_name="wcc-$tag-${{ matrix.target }}"
# Build everything
dotnet publish --runtime "${{ matrix.target }}" -c Release -o "$release_name"
dotnet publish WebsiteCertificateChecker/WebsiteCertificateChecker.csproj --runtime "${{ matrix.target }}" -c Release -o "$release_name"
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]; then
Expand Down

0 comments on commit 982b3de

Please sign in to comment.