Commit Graph

9 Commits

Author SHA1 Message Date
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
4cb466d5a5 Actually upload the runner zip file, not the folder... 2025-09-23 12:39:21 +02:00
Roland Geider
207fc521af Try another solution for the xcode and ios version problem 2025-08-28 14:00:12 +02:00
Roland Geider
3de9a5437d Further initialisation of xcode 2025-08-28 13:45:28 +02:00
Roland Geider
b557dd1f1c Manually download and install ios 2025-08-28 13:35:39 +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
3d1beabcfc The mac artefacts are folders, not files 2025-06-18 17:04:26 +02:00
Roland Geider
ff3a4ba7ac Also build an .xcarchive on releases, for pthaler :) 2025-05-28 23:10:01 +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