Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/8ba6e4aed11266bfa0f818a71405068774ad870e 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 0460774adb
commit 8ba6e4aed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,9 +113,9 @@ jobs:
run: |
ls
cd ${{ matrix.os }}
mkdir -p /ClientApp/dist
sudo mkdir -p /ClientApp/dist
cd ..
cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
sudo cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
working-directory: src/Ombi
- name: Archive Release

Loading…
Cancel
Save