Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/6ba6f0c88e26e11b98151ce11318a56237d131ce You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update build.yml

pull/4329/head
Jamie 4 years ago committed by GitHub
parent 668e328ed7
commit 6ba6f0c88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: angular_dist
path: /src/Ombi/dist/${{ matrix.os }}/
path: /src/Ombi/${{ matrix.os }}/
- name: Copy Dist to Artifacts
run: |

Loading…
Cancel
Save