Skip to content

Commit 25237b5

Browse files
committed
fix debian release action
1 parent 58d40c4 commit 25237b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
asset_name: bngblaster-${{ steps.ref_name.outputs.SOURCE_TAG }}-${{ matrix.os }}_amd64.deb
9393
tag: ${{ steps.ref_name.outputs.SOURCE_TAG }}
9494

95-
debiab:
95+
debian:
9696
name: Build Release ${{matrix.os}}
9797
needs: [release]
9898
runs-on: ubuntu-latest
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Install RtBrick libdict
120120
shell: bash
121-
run: unzip libdict-${{matrix.os}}.zip; sudo dpkg -i libdict_1.0.5_amd64.deb; sudo dpkg -i libdict-dev_1.0.5_amd64.deb
121+
run: unzip libdict-${{matrix.os}}.zip; dpkg -i libdict_1.0.5_amd64.deb; dpkg -i libdict-dev_1.0.5_amd64.deb
122122

123123
- name: Get Ref Names
124124
id: ref_name

0 commit comments

Comments
 (0)