Remove keys.dart, update workflow

This commit is contained in:
stopflock
2025-10-08 10:42:31 -05:00
parent 02f3cb0077
commit afa0ff94b2
2 changed files with 10 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ jobs:
with:
channel: 'stable'
- name: Create keys.dart from example
run: cp lib/keys.dart.example lib/keys.dart
- name: Install dependencies
run: flutter pub get
@@ -96,6 +99,9 @@ jobs:
with:
channel: 'stable'
- name: Create keys.dart from example
run: cp lib/keys.dart.example lib/keys.dart
- name: Install dependencies
run: flutter pub get
@@ -138,6 +144,9 @@ jobs:
with:
channel: 'stable'
- name: Create keys.dart from example
run: cp lib/keys.dart.example lib/keys.dart
- name: Install dependencies
run: flutter pub get