fix build

This commit is contained in:
Aditya Kulkarni 2023-03-02 12:03:12 -06:00
parent d32b3222c6
commit 32eba50fc2
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ jobs:
- name: Download ubuntu
uses: actions/download-artifact@v1
with:
name: ubuntu-18.04
name: ubuntu-20.04
- name: Download windows
uses: actions/download-artifact@v1
with:
@ -131,7 +131,7 @@ jobs:
gpg --allow-secret-key-import --import gpg.key
mkdir release
cp windows-latest/* release/
cp ubuntu-18.04/* release/
cp ubuntu-20.04/* release/
cp macos-latest/* release/
- name: Sign binaries
env: