fix: rename workflows to ensure correct execution order
Some checks failed
Version Static Assets / version-assets (push) Successful in 5s
Build Android APK / build (push) Failing after 9m6s

This commit is contained in:
2026-01-31 08:44:06 +01:00
parent d501b9db29
commit d96a641467
3 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ on:
- 'www/logo.png'
- 'www/index.html'
- 'version-assets.sh'
- '.gitea/workflows/version-assets.yml'
- '.gitea/workflows/1-version-assets.yml'
jobs:
version-assets:

View File

@@ -1,3 +1,4 @@
// Game configuration constants
const STORAGE_KEY = 'impostorGameStateV2';
const MAX_PLAYERS = 10;
const MIN_PLAYERS = 3;