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