mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-28 17:19:27 +01:00
forgot .env file
This commit is contained in:
parent
49b8d2c423
commit
0f29b757ee
12
.github/workflows/build-flutter.yml
vendored
12
.github/workflows/build-flutter.yml
vendored
@ -16,8 +16,16 @@ jobs:
|
|||||||
flutter-version: '3.7.11'
|
flutter-version: '3.7.11'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
|
||||||
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
|
|
||||||
|
|
||||||
|
- run: touch .env
|
||||||
|
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
|
||||||
|
- run: >
|
||||||
|
mv build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
subtracks-$(git rev-parse --short HEAD).apk
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: subtracks-testing
|
||||||
|
path: subtracks-$(git rev-parse --short HEAD).apk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user