dependabot[bot]
b75ca37d05
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-21 00:18:32 +00:00
Roland Geider
61aefc146f
Comment out action as it seems it's not working anymore
2025-11-10 21:16:07 +01:00
dependabot[bot]
f5a3df766b
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 11:33:48 +01:00
Roland Geider
84681e670a
Bump flatpak-flutter version
2025-09-28 14:37:54 +02:00
Roland Geider
7774e382d2
Bump flatpak-flutter version used and add missing dependency
2025-08-28 12:11:56 +02:00
dependabot[bot]
13e39bd958
Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 20:10:13 +02:00
Roland Geider
ad9570ba91
Cleanup build linux logic
...
We don't need to setup flutter here, that is taken care of by the
flatpak-flutter script.
2025-06-18 17:04:26 +02:00
Roland Geider
cd808ae741
Forgot that actions/flutter-common needs the flutter code in the current working directory...
2025-06-17 22:17:34 +02:00
Roland Geider
0fb60217df
Checkout the different repos to different paths
2025-06-17 21:48:29 +02:00
Roland Geider
0c4e834c33
Run common flutter setup for flatpak step as well
2025-06-17 21:23:51 +02:00
Roland Geider
2388b62506
Bump flutter and flatpak-flutter versions
2025-06-17 13:25:54 +02:00
Roland Geider
0f1a65e35d
Move flathub workflow to build-linux.yml
2025-05-28 22:37:14 +02:00
Roland Geider
48dbf24395
Update build-linux.yml workflow
...
We don't need to package the result for flathub anymore as this happens on
https://github.com/flathub/de.wger.flutter on flathub's infrastructure. We just
upload the linux builds to the github releases.
2025-05-28 16:28:26 +02:00
Roland Geider
cad57d1986
Also push tags to master
2025-04-05 17:34:46 +02:00
Roland Geider
db7c37e8d0
Add explicit names to the workflows
2025-04-05 15:11:20 +02:00
Roland Geider
b10e698913
Refactor the way the releases are built
...
This workflow is not manually triggered and can create automatically the appropriate
tag. The build number is not increase to the next multiple of ten, to stay in sync with
the iOS releases, which seem to cause more trouble and often need reuploads.
The individual steps have been moved out to their own files, for better readability.
We also now build the app for all supported platforms.
2025-04-05 14:54:39 +02:00