mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: fixed github action macOS architecture and Windows build script
This commit is contained in:
parent
d733381322
commit
c5d20220a1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-and-deploy.yml
vendored
5
.github/workflows/build-and-deploy.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
|||
target_os: linux
|
||||
target_arch: aarch64
|
||||
- os: macos-latest
|
||||
arch: amd64
|
||||
arch: arm64
|
||||
target_os: darwin
|
||||
target_arch: amd64
|
||||
target_arch: arm64
|
||||
- os: windows-latest
|
||||
arch: amd64
|
||||
target_os: windows
|
||||
|
@ -83,7 +83,6 @@ jobs:
|
|||
file "${{ env.OUTPUT }}"
|
||||
openssl dgst -sha256 "${{ env.OUTPUT }}" | tee bettercap_${{ matrix.target_os }}_${{ matrix.target_arch }}_${{ env.VERSION }}.sha256
|
||||
7z a "bettercap_${{ matrix.target_os }}_${{ matrix.target_arch }}_${{ env.VERSION }}.zip" "${{ env.OUTPUT }}" "bettercap_${{ matrix.target_os }}_${{ matrix.target_arch }}_${{ env.VERSION }}.sha256"
|
||||
ls -la bettercap*
|
||||
|
||||
deploy:
|
||||
needs: [build]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue