We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d40c4 commit 25237b5Copy full SHA for 25237b5
1 file changed
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
asset_name: bngblaster-${{ steps.ref_name.outputs.SOURCE_TAG }}-${{ matrix.os }}_amd64.deb
93
tag: ${{ steps.ref_name.outputs.SOURCE_TAG }}
94
95
- debiab:
+ debian:
96
name: Build Release ${{matrix.os}}
97
needs: [release]
98
runs-on: ubuntu-latest
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Install RtBrick libdict
120
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
+ run: unzip libdict-${{matrix.os}}.zip; dpkg -i libdict_1.0.5_amd64.deb; dpkg -i libdict-dev_1.0.5_amd64.deb
122
123
- name: Get Ref Names
124
id: ref_name
0 commit comments