CI: Set build-log-url for Flathub upload

This commit is contained in:
Connor McLaughlin 2024-03-23 14:24:53 +10:00 committed by GitHub
parent 4ace75151f
commit 9e42bf7385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ jobs:
flat-manager-url: https://hub.flathub.org/ flat-manager-url: https://hub.flathub.org/
repository: beta repository: beta
token: ${{ secrets.FLATHUB_BETA_TOKEN }} token: ${{ secrets.FLATHUB_BETA_TOKEN }}
build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Push to Flathub stable - name: Push to Flathub stable
if: inputs.publish == true && inputs.branch == 'stable' if: inputs.publish == true && inputs.branch == 'stable'
@ -139,6 +140,7 @@ jobs:
flat-manager-url: https://hub.flathub.org/ flat-manager-url: https://hub.flathub.org/
repository: stable repository: stable
token: ${{ secrets.FLATHUB_TOKEN }} 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 # 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 - name: Prepare artifacts folder