Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Oct 14, 2021
1 parent afee737 commit 04174b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-16.04, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-latest]

steps:
- name: Context
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Download ubuntu
uses: actions/download-artifact@v1
with:
name: ubuntu-16.04
name: ubuntu-18.04
- name: Download windows
uses: actions/download-artifact@v1
with:
Expand All @@ -140,7 +140,7 @@ jobs:
gpg --allow-secret-key-import --import gpg.key
mkdir release
cp windows-latest/* release/
cp ubuntu-16.04/* release/
cp ubuntu-18.04/* release/
cp macos-latest/* release/
- name: Sign binaries
env:
Expand Down

0 comments on commit 04174b2

Please sign in to comment.