From 374163bf1123f094d8a16b010fb7ee8623ce5b77 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Mon, 16 Mar 2026 22:04:13 +0100 Subject: [PATCH] Corrected path for project publish --- .forgejo/workflows/publish-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish-container.yml b/.forgejo/workflows/publish-container.yml index 467bdb0..2c37c3d 100644 --- a/.forgejo/workflows/publish-container.yml +++ b/.forgejo/workflows/publish-container.yml @@ -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: |