Skip to content

Commit d82b3dd

Browse files
committed
fix(actions/desktop-release): fix ubuntu-20 to ubuntu-20.04
1 parent 824cd1a commit d82b3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm i
5252

5353
- name: Install Ubuntu dependencies
54-
if: matrix.config.os == 'ubuntu-20'
54+
if: matrix.config.os == 'ubuntu-20.04'
5555
working-directory: apps/desktop
5656
run: make install-ubuntu-prerequisites
5757

0 commit comments

Comments
 (0)