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: |