diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index c710e7ce..5421ce22 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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: |