Skip to content

Commit e8d5f99

Browse files
authored
Merge pull request #34 from devrc-hub/feature/ci-optimization-rebase
Fix release workflow
2 parents cac2390 + 59ca8c5 commit e8d5f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Create deb package
9292
uses: actions-rs/cargo@v1
93-
if: matrix.target != "x86_64-unknown-linux-musl"
93+
if: ${{ matrix.target != 'x86_64-unknown-linux-musl' }}
9494
with:
9595
command: deb
9696
args: --variant deno

0 commit comments

Comments
 (0)