Skip to content

Commit

Permalink
ci: Set build-log-url when publishing
Browse files Browse the repository at this point in the history
This is about to become a Flathub rule, let's pass that.
  • Loading branch information
GeorgesStavracas committed Oct 29, 2023
1 parent d6adb23 commit e0b3456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,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: Publish to Flathub
uses: flatpak/flatpak-github-actions/flat-manager@0ab9dd6a6afa6fe7e292db0325171660bf5b6fdf
Expand All @@ -141,6 +142,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 }}

steam-upload:
name: Upload Steam Builds 🚂
Expand Down

0 comments on commit e0b3456

Please sign in to comment.