Skip to content

Commit a06574b

Browse files
committed
Update build-and-release.yml
1 parent d44c6f2 commit a06574b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 12
2626

2727
- name: Install snapcraft (Linux)
28-
if: ${{ matrix.os == ubuntu-latest }}
28+
if: ${{ matrix.os == 'ubuntu-latest' }}
2929
run: |
3030
sudo snap install snapcraft --classic
3131

0 commit comments

Comments
 (0)