missed dotnet

This commit is contained in:
tidusjar 2021-03-09 16:27:57 +00:00
commit d189a34188

View file

@ -39,7 +39,7 @@ jobs:
- name: Start Backend - name: Start Backend
run: | run: |
nohup run -p ./src/Ombi -- --host http://*:3577 & nohup dotnet run -p ./src/Ombi -- --host http://*:3577 &
- name: Start Frontend - name: Start Frontend
run: | run: |