Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 4, 2024
1 parent bc9fb19 commit 240d830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-for-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:

- name: Publish
shell: bash
run: dotnet publish .\DesktopClock\DesktopClock.csproj -o "publish" -c Release -r win-x64
run: dotnet publish ./DesktopClock/DesktopClock.csproj -o "publish" -c Release -r win-x64

- name: Create installer
shell: bash
Expand Down

0 comments on commit 240d830

Please sign in to comment.