Fix release script

We accidentally tried to build linux-gnu (x86_64) on Windows!
next
Sayan Nandan 3 years ago committed by GitHub
parent fea67a9900
commit 6ab73958f2

@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, windows]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
artifact: x86_64-linux-gnu

Loading…
Cancel
Save