Corrected path for project publish
Some checks failed
Publish Container / publish (push) Failing after 2m23s

This commit is contained in:
MaddoScientisto 2026-03-16 22:04:13 +01:00
commit 374163bf11

View file

@ -104,7 +104,7 @@ jobs:
docker buildx inspect --bootstrap
- name: Restore and publish app
run: dotnet publish src/MaddoScientisto.Web/MaddoScientisto.Web.csproj -c Release -o ./artifacts/publish
run: dotnet publish WorkTracker.csproj -c Release -o ./artifacts/publish
- name: Login to Forgejo registry
run: |