Skip to content

Commit

Permalink
Set rive version to 0.12.4 and re-add flathub build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed May 12, 2024
1 parent 678d220 commit 79f5110
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
flutter pub run cider version ${{ env.VERSION }}+${{ env.BUILD }}
flutter pub run cider bump build
# - name: Build application for linux
# run: |
# sudo apt update
# sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
# flutter build linux --release
# cd flatpak/scripts
# dart pub get
# dart flatpak_packager.dart --meta ../flatpak_meta.json --github --addTodaysVersion ${{ env.VERSION }}
- name: Build application for linux
run: |
sudo apt update
sudo apt install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
flutter build linux --release
cd flatpak/scripts
dart pub get
dart flatpak_packager.dart --meta ../flatpak_meta.json --github --addTodaysVersion ${{ env.VERSION }}
- name: Build AAB
run: flutter build appbundle --release
Expand All @@ -88,30 +88,30 @@ jobs:
files: |
build/app/outputs/bundle/release/app-release.aab
build/app/outputs/flutter-apk/app-release.apk
# flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
# flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256

# - name: Generate flathub manifest
# run: |
# cd flatpak/scripts
# dart pub get
# dart manifest_generator.dart --meta ../flatpak_meta.json --github
# mkdir ../../flathub
# cp flatpak_generator_exports/de.wger.flutter.json ../../flathub
# cp flatpak_generator_exports/flathub.json ../../flathub
#
# - name: Push updated config to flathub repository
# uses: cpina/github-action-push-to-another-repository@main
# env:
# SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
# with:
# source-directory: flathub
# destination-github-username: wger-project
# destination-repository-name: de.wger.flutter
# user-email: [email protected]
# target-branch: release-${{ env.VERSION }}
# create-target-branch-if-needed: true
# commit-message: Update to ${{ env.VERSION }}
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
- name: Generate flathub manifest
run: |
cd flatpak/scripts
dart pub get
dart manifest_generator.dart --meta ../flatpak_meta.json --github
mkdir ../../flathub
cp flatpak_generator_exports/de.wger.flutter.json ../../flathub
cp flatpak_generator_exports/flathub.json ../../flathub
- name: Push updated config to flathub repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: flathub
destination-github-username: wger-project
destination-repository-name: de.wger.flutter
user-email: [email protected]
target-branch: release-${{ env.VERSION }}
create-target-branch-if-needed: true
commit-message: Update to ${{ env.VERSION }}

# Note: the original tag that triggered the workflow is in the form vX.Y.Z
# but the pubspec.yaml is committed in the commit after that one.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ dependencies:
version: ^3.0.2
package_info_plus: ^7.0.0
provider: ^6.1.2
rive: ^0.13.4
# Note, do not update rive! https://github.com/wger-project/flutter/issues/577
rive: ^0.12.4
shared_preferences: ^2.2.3
table_calendar: ^3.0.8
url_launcher: ^6.2.6
Expand Down

0 comments on commit 79f5110

Please sign in to comment.