Corrected path for project publish
Some checks failed
Publish Container / publish (push) Failing after 2m23s
Some checks failed
Publish Container / publish (push) Failing after 2m23s
This commit is contained in:
parent
7029e374cc
commit
374163bf11
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue