From 9e42bf73854953e3b7914656485b0dca3f88bb50 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 23 Mar 2024 14:24:53 +1000 Subject: [PATCH] CI: Set build-log-url for Flathub upload --- .github/workflows/linux_build_flatpak.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 137639eae1..b271eed2db 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -131,6 +131,7 @@ jobs: flat-manager-url: https://hub.flathub.org/ repository: beta token: ${{ secrets.FLATHUB_BETA_TOKEN }} + build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Push to Flathub stable if: inputs.publish == true && inputs.branch == 'stable' @@ -139,6 +140,7 @@ jobs: flat-manager-url: https://hub.flathub.org/ repository: stable token: ${{ secrets.FLATHUB_TOKEN }} + build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} # NOTE - this is done after on purpose so the flatpak file is wherever it needs to be for the previous pushes - name: Prepare artifacts folder