From a3be286579f8a8ffffb420c1ca1dce594d03ae46 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 27 Apr 2020 14:29:15 +0200 Subject: [PATCH] .github/workflows/package.yml: fix job name for ubuntu. --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 367b32b..036e97e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -15,7 +15,7 @@ jobs: build-opts: --cli --no-gui -t Release --pkg-type deb - component: gui build-opts: --no-cli --gui -t Release --pkg-type deb - name: ${{matrix.os}} (${{matrix.component}}) + name: Ubuntu (${{matrix.component}}) runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1