File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,19 @@ jobs:
2323 - name : x86
2424 runs-on : ubuntu-22.04
2525 architecture : x86_64
26+ flat-manager-suffix : amd64
2627
2728 - name : ARM
2829 runs-on : ubuntu-22.04-arm
2930 architecture : aarch64
31+ flat-manager-suffix : arm64
3032
3133 if : github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
3234
3335 steps :
3436 - name : Checkout
3537 uses : actions/checkout@v6
36-
38+
3739 - name : Clean
3840 uses : ./.github/actions/maximize-build-space
3941
4345 sudo apt install -y ccache flatpak flatpak-builder gir1.2-ostree-1.0 meson python3-aiohttp python3-gi python3-tenacity xvfb zstd
4446 sudo rm -rf /var/lib/{apt,dpkg,cache,log}/
4547
46- curl https://raw.githubusercontent. com/flatpak/flat-manager/0.3.7 /flat-manager-client > ./flat-manager-client
48+ curl https://github. com/flatpak/flat-manager/releases/download/0.5.0 /flat-manager-client.${{ matrix.configuration.flat-manager-suffix }} > ./flat-manager-client
4749 sudo mv ./flat-manager-client /usr/bin/flat-manager-client
4850 sudo chown root: /usr/bin/flat-manager-client
4951 sudo chmod +x /usr/bin/flat-manager-client
You can’t perform that action at this time.
0 commit comments