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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
args: --release --target=x86_64-apple-darwin
|
||||
- name: Build tar.gz for homebrew installs
|
||||
run: |
|
||||
tar cjf x86_64-macos-feroxbuster.tar.gz target/x86_64-apple-darwin/release/feroxbuster
|
||||
tar czf x86_64-macos-feroxbuster.tar.gz -C target/x86_64-apple-darwin/release feroxbuster
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: x86_64-macos-feroxbuster
|
||||
|
||||
Reference in New Issue
Block a user