mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-27 02:12:38 +00:00
chore: update github workflow
This commit is contained in:
parent
6716447dfc
commit
d6b50c7d0b
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -49,13 +49,13 @@ jobs:
|
|||||||
name: Build Linux (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
name: Build Linux (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
SHARED: ${{ matrix.shared }}
|
SHARED: ${{ matrix.shared }}
|
||||||
run: make
|
run: make
|
||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hashcat-linux-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
name: hashcat-linux-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
||||||
path: ${{ env.include_paths }}
|
path: ${{ env.include_paths }}
|
||||||
@ -68,13 +68,13 @@ jobs:
|
|||||||
name: Build macOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
name: Build macOS (${{ matrix.shared == 0 && 'Static' || 'Shared' }})
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
SHARED: ${{ matrix.shared }}
|
SHARED: ${{ matrix.shared }}
|
||||||
run: make
|
run: make
|
||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hashcat-macos-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
name: hashcat-macos-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
||||||
path: ${{ env.include_paths }}
|
path: ${{ env.include_paths }}
|
||||||
@ -97,14 +97,14 @@ jobs:
|
|||||||
libiconv
|
libiconv
|
||||||
libiconv-devel
|
libiconv-devel
|
||||||
make
|
make
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
env:
|
env:
|
||||||
SHARED: ${{ matrix.shared }}
|
SHARED: ${{ matrix.shared }}
|
||||||
run: make
|
run: make
|
||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hashcat-windows-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
name: hashcat-windows-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
||||||
path: ${{ env.include_paths }}
|
path: ${{ env.include_paths }}
|
||||||
|
Loading…
Reference in New Issue
Block a user