Fix up some project/executable names
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s

This commit is contained in:
2026-01-27 19:07:18 -05:00
parent 853e8eab0d
commit 85aabd93da
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
scheme: calver
- name: Publish Application
run: dotnet publish HardwareMonitorStatusWindow.csproj -r win-x64 -c Debug -o publish
run: dotnet publish StatusWindow.csproj -r win-x64 -c Debug -o publish
- name: Create Velopack Release
run: |