We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11720fb commit d391badCopy full SHA for d391bad
1 file changed
.github/workflows/release-draft.yml
@@ -24,6 +24,22 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
+ - name: Set up Flutter
28
+ uses: subosito/flutter-action@v2
29
+ with:
30
+ channel: stable
31
+
32
+ - name: Install dependencies (flutter web app)
33
+ run: flutter pub get
34
35
+ - name: Set up Python
36
+ uses: actions/setup-python@v5
37
38
+ python-version: '3.11'
39
40
+ - name: Deploy Web Application
41
+ run: python deploy_web_app.py
42
43
- name: Decode Keystore
44
id: decode_keystore
45
uses: timheuer/base64-to-file@v1
0 commit comments