1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-04 12:03:41 +02:00

.github/workflows/package.yml: fix job name for ubuntu.

This commit is contained in:
Henrik Hautakoski 2020-04-27 14:29:15 +02:00
parent 4c67cbf905
commit a3be286579

View file

@ -15,7 +15,7 @@ jobs:
build-opts: --cli --no-gui -t Release --pkg-type deb build-opts: --cli --no-gui -t Release --pkg-type deb
- component: gui - component: gui
build-opts: --no-cli --gui -t Release --pkg-type deb build-opts: --no-cli --gui -t Release --pkg-type deb
name: ${{matrix.os}} (${{matrix.component}}) name: Ubuntu (${{matrix.component}})
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1