fix: rename workflows to ensure correct execution order
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
- 'www/logo.png'
|
- 'www/logo.png'
|
||||||
- 'www/index.html'
|
- 'www/index.html'
|
||||||
- 'version-assets.sh'
|
- 'version-assets.sh'
|
||||||
- '.gitea/workflows/version-assets.yml'
|
- '.gitea/workflows/1-version-assets.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
version-assets:
|
version-assets:
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Game configuration constants
|
||||||
const STORAGE_KEY = 'impostorGameStateV2';
|
const STORAGE_KEY = 'impostorGameStateV2';
|
||||||
const MAX_PLAYERS = 10;
|
const MAX_PLAYERS = 10;
|
||||||
const MIN_PLAYERS = 3;
|
const MIN_PLAYERS = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user