1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

.github/workflows/package.yml: Typofix, change "DBM" to "DEB"

This commit is contained in:
Henrik Hautakoski 2023-08-16 18:57:33 +02:00
parent 53644e9ceb
commit 772d03a6e3

View file

@ -16,7 +16,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: DBM ${{matrix.os}} (${{matrix.component}})
name: DEB ${{matrix.os}} (${{matrix.component}})
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3