pull/788/head
hunterlong 2020-08-14 12:18:29 -07:00
parent a8cd422232
commit c4a8b9ea89
1 changed files with 11 additions and 6 deletions

View File

@ -68,11 +68,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [windows, linux, darwin]
platform: [linux]
arch: [386, amd64, arm-7, arm-6, arm64]
exclude:
- platform: [windows, darwin]
arch: [386, arm-7, arm-6, arm64]
include:
- platform: darwin
arch: amd64
- platform: windows
arch: amd64
steps:
- uses: actions/checkout@v2
@ -123,10 +125,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set Version
run: |
echo ::set-env name=VERSION::$(cat version.txt)
shell: bash
- name: Download All Binaries
uses: actions/download-artifact@v2
with:
path: ./build
- name: Production Ready Binaries
run: |