Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/3880c5f50398dd0985e95f25d6f2d5c6ee9c0cd8?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
probonopd 3 months ago committed by GitHub
parent 7c75611b19
commit 3880c5f503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -96,7 +96,7 @@ jobs:
with:
name: ${{ env.artifactName }} # Exported above
path: ./sdcard/*
retention-days: 14 # To not exceed the free MB/month quota so quickly
# retention-days: 14 # To not exceed the free MB/month quota so quickly
- name: Upload to GitHub Releases (only when building from main branch)
if: ${{ github.ref == 'refs/heads/main' }}
run: |

Loading…
Cancel
Save