aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/flatpak.yml
AgeCommit message (Collapse)Author
2024-02-11infra: Force add linux-x64 apphost in flathub nuget source (#6302)Mary Guillemard
Required when building on the arm64 runner. Signed-off-by: Mary Guillemard <mary@mary.zone>
2024-02-11infra: Restore Nuget packages for linux-arm64 for FlatpakMary Guillemard
Signed-off-by: Mary Guillemard <mary@mary.zone>
2023-12-04ci: bump actions/setup-dotnet from 3 to 4 (#6006)dependabot[bot]
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15infra: Workaround Microsoft.NET.ILLink.Tasks restore failure on FlathubMary Guillemard
This package seems to be required for triming now but isn't restored by default. This changes the flatpak pusher to publish so we are sure that the package is in the cache. Signed-off-by: Mary Guillemard <mary@mary.zone>
2023-09-04ci: bump actions/checkout from 3 to 4 (#5650)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-28actions: Workaround YAML limitation for timeout-minutesMary
Because Github Actions wants an int, we use fromJSON to hack around this.
2023-05-28Use variables to configure job timeouts (#5123)TSRBerry
2023-05-13Add timeout of 35 minutes to workflow jobs (#4928)TSRBerry
2023-04-27Adjust github workflows for new src directoryTSR Berry
2023-03-12[Flatpak] Beautify multiline strings again & Add full git commit hash (#4535)TSRBerry
* Don't destroy multiline strings * Use full git commit hash
2023-03-11gha(release): Attempt to fix flathub pusherMary
2023-03-11gha(release): Hopefully fixes itMary
2023-03-11[Flatpak] Add release github workflow (#4529)TSRBerry
* Add flatpak release workflow Co-authored-by: Mary <mary@mary.zone> * infra: Update required SDK version to 7.0.200 --------- Co-authored-by: Mary <mary@mary.zone>