Skip to content

Commit

Permalink
💚 Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Jan 11, 2025
1 parent cd8ebed commit 7f721af
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 @@ -26,7 +26,7 @@ jobs:

# Publish the site
- name: Publish
run: dotnet publish /Russkyc.Timely/Russkyc.Timely.csproj -c:Release -o:publish
run: dotnet publish -c Release -o publish

# Deploy the site
- name: Deploy
Expand Down

0 comments on commit 7f721af

Please sign in to comment.