mirror of https://github.com/statping/statping
workflow
parent
a8cd422232
commit
c4a8b9ea89
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue