Skip to content

Commit ad9570b

Browse files
committed
Cleanup build linux logic
We don't need to setup flutter here, that is taken care of by the flatpak-flutter script.
1 parent 65c4cf4 commit ad9570b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/build-linux.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,22 @@ jobs:
4848
generate_flathub_manifest:
4949
runs-on: ubuntu-latest
5050
name: Update flathub manifest
51+
52+
# If the job fails just continue, this can be done manually later
53+
continue-on-error: true
5154
needs:
5255
- build_linux
5356
steps:
54-
- name: Checkout application
55-
uses: actions/checkout@v4
5657

57-
- name: Common setup
58-
uses: ./.github/actions/flutter-common
59-
60-
- name: Checkout application
58+
- name: Checkout flatpak-flathub repo
6159
uses: actions/checkout@v4
6260
with:
6361
repository: wger-project/de.wger.flutter
64-
path: flathub
6562

6663
- name: Bump version and update manifest
6764
run: |
68-
cd flathub
6965
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
7167
python bump-wger-version.py ${{ inputs.ref }}
7268
../flatpak-flutter/flatpak-flutter.py --app-module wger flatpak-flutter.json
7369
@@ -76,7 +72,6 @@ jobs:
7672
env:
7773
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
7874
with:
79-
source-directory: flathub
8075
destination-github-username: wger-project
8176
destination-repository-name: de.wger.flutter
8277
user-email: [email protected]

0 commit comments

Comments
 (0)