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
|
docker buildx inspect --bootstrap
|
||||||
|
|
||||||
- name: Restore and publish app
|
- 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
|
- name: Login to Forgejo registry
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue