File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -48,26 +48,22 @@ jobs:
48
48
generate_flathub_manifest :
49
49
runs-on : ubuntu-latest
50
50
name : Update flathub manifest
51
+
52
+ # If the job fails just continue, this can be done manually later
53
+ continue-on-error : true
51
54
needs :
52
55
- build_linux
53
56
steps :
54
- - name : Checkout application
55
- uses : actions/checkout@v4
56
57
57
- - name : Common setup
58
- uses : ./.github/actions/flutter-common
59
-
60
- - name : Checkout application
58
+ - name : Checkout flatpak-flathub repo
61
59
uses : actions/checkout@v4
62
60
with :
63
61
repository : wger-project/de.wger.flutter
64
- path : flathub
65
62
66
63
- name : Bump version and update manifest
67
64
run : |
68
- cd flathub
69
65
pip install pyyaml toml
70
- git clone https://github.com/TheAppgineer/flatpak-flutter.git --branch 0.6.1 ../flatpak-flutter
66
+ git clone https://github.com/TheAppgineer/flatpak-flutter.git --branch 0.7.0 ../flatpak-flutter
71
67
python bump-wger-version.py ${{ inputs.ref }}
72
68
../flatpak-flutter/flatpak-flutter.py --app-module wger flatpak-flutter.json
73
69
76
72
env :
77
73
SSH_DEPLOY_KEY : ${{ secrets.SSH_DEPLOY_KEY }}
78
74
with :
79
- source-directory : flathub
80
75
destination-github-username : wger-project
81
76
destination-repository-name : de.wger.flutter
82
77
You can’t perform that action at this time.
0 commit comments