mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-29 10:31:12 -03:00
added tar.gz for homebrew installs
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user