Skip to content

Commit 32eba50

Browse files
committed
fix build
1 parent d32b322 commit 32eba50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/electron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Download ubuntu
113113
uses: actions/download-artifact@v1
114114
with:
115-
name: ubuntu-18.04
115+
name: ubuntu-20.04
116116
- name: Download windows
117117
uses: actions/download-artifact@v1
118118
with:
@@ -131,7 +131,7 @@ jobs:
131131
gpg --allow-secret-key-import --import gpg.key
132132
mkdir release
133133
cp windows-latest/* release/
134-
cp ubuntu-18.04/* release/
134+
cp ubuntu-20.04/* release/
135135
cp macos-latest/* release/
136136
- name: Sign binaries
137137
env:

0 commit comments

Comments
 (0)