Fix project path
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 48s

This commit is contained in:
2026-01-27 19:08:27 -05:00
parent 85aabd93da
commit 571d738a01

View File

@@ -25,7 +25,7 @@ jobs:
scheme: calver
- name: Publish Application
run: dotnet publish StatusWindow.csproj -r win-x64 -c Debug -o publish
run: dotnet publish StatusWindow/StatusWindow.csproj -r win-x64 -c Debug -o publish
- name: Create Velopack Release
run: |