added tar.gz for homebrew installs

This commit is contained in:
epi
2020-10-08 06:28:59 -05:00
parent 57d5ea1e01
commit 7d75a2cfd4

View File

@@ -93,7 +93,16 @@ jobs:
use-cross: true
command: build
args: --release --target=${{ matrix.target }}
- name: Build tar.gz for homebrew installs
if: ${{ matrix.type }} == macos
run: |
tar cjf ${{ matrix.name}}.tar.gz ${{ matrix.path }}
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.name }}
path: ${{ matrix.path }}
- uses: actions/upload-artifact@v2
if: ${{ matrix.type }} == macos
with:
name: ${{ matrix.name}}.tar.gz
path: ${{ matrix.name}}.tar.gz