Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/7a5b7218f84451bedbbb9bf9a1b09e0ad25e84ae You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use GITHUB_TOKEN for uploading to GitHub Releases

pull/2/head
probonopd 3 years ago committed by GitHub
parent d898f3d4f1
commit 7a5b7218f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/build.yml

@ -1,4 +1,7 @@
name: C/C++ CI
name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
@ -7,7 +10,7 @@ on:
branches: [ main ]
jobs:
build:
Build:
runs-on: ubuntu-20.04

Loading…
Cancel
Save