add some pretty names

This commit is contained in:
Anton Bracke 2022-02-18 12:03:48 +01:00
parent de43233f36
commit f755f18829
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -1,4 +1,4 @@
name: Build & Release Desktop App
name: Build & release desktop app
on:
push:
@ -11,6 +11,7 @@ on:
jobs:
build_on_linux:
name: "Build & release for Linux"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
@ -44,6 +45,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
build_on_mac:
name: "Build & release for MacOS"
runs-on: macos-latest
steps:
- name: "Checkout"
@ -77,6 +79,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
build_on_win:
name: "Build & release for Windows"
runs-on: windows-latest
steps:
- name: "Checkout"