mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
3ebb2c5eec
Previously every build showed up in the CI as "build". Update the job names to reflect what they are. For example the Ubuntu build is now called "ubuntu_build" Co-authored-by: Patrick <tingping@tingping.se>
18 lines
446 B
YAML
18 lines
446 B
YAML
name: Flatpak Build
|
|
on: [push, pull_request]
|
|
jobs:
|
|
flatpak_build:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
|
options: --privileged
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
submodules: true
|
|
|
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
|
with:
|
|
bundle: hexchat.flatpak
|
|
manifest-path: flatpak/io.github.Hexchat.json
|