Fix logo
All checks were successful
Release Creation / build (release) Successful in 1m14s

This commit is contained in:
2026-04-02 20:49:05 +02:00
parent d0ac532b26
commit 71abfc3488
2 changed files with 6 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies and build - name: Install dependencies and build
run: | run: |
npm ci npm install
npm run build npm run build
# Create release zip # Create release zip

View File

@@ -148,5 +148,8 @@
"templates/" "templates/"
] ]
} }
} },
} "url": "https://www.uberwald.me/gitea/uberwald/fvtt-oath-hammer",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/fvtt-oath-hammer.zip"
}