Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/5e7550cae1bae38edaee291a62f87397ec9160dd?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

ci: 🏗️

pull/4329/head
tidusjar 3 years ago
parent 7d98a29541
commit 5e7550cae1

@ -134,17 +134,11 @@ jobs:
output-file: 'false'
skip-on-empty: 'false'
- name: Output version
run: |
echo "outputs: ${{ steps.pre-build-changelog.outputs }}"
echo "Version: ${{ steps.pre-build-changelog.outputs.version }}"
echo "Version: ${{ steps.pre-build-changelog.outputs.tag }}"
- name: Set Backend Version
run: |
dotnet tool install -g dotnet-setversion
setversion -r ${{ steps.pre-build-changelog.outputs.version }}
working-directory: src/Ombi
working-directory: src
- name: Publish Backend ${{ matrix.os }}
run: dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true

Loading…
Cancel
Save