mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 15:48:08 +00:00
Use lowercase artifacts names
This commit is contained in:
parent
0486bf2bbe
commit
62f72a263b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Hashcat-${{ runner.os }}-${{ matrix.shared == 0 && 'Static' || 'Shared' }}
|
name: hashcat-linux-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
||||||
path: ${{ env.include_paths }}
|
path: ${{ env.include_paths }}
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Hashcat-${{ runner.os }}-${{ matrix.shared == 0 && 'Static' || 'Shared' }}
|
name: hashcat-macos-${{ matrix.shared == 0 && 'static' || 'shared' }}
|
||||||
path: ${{ env.include_paths }}
|
path: ${{ env.include_paths }}
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
@ -106,5 +106,5 @@ jobs:
|
|||||||
- name: Generate artifacts
|
- name: Generate artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Hashcat-${{ runner.os }}-${{ 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