Update artifact names
This commit is contained in:
6
.github/workflows/pyinstaller.yaml
vendored
6
.github/workflows/pyinstaller.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: log4j-finder.exe
|
name: log4j-finder-windows
|
||||||
path: dist/windows
|
path: dist/windows
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
@@ -37,5 +37,5 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: log4j-finder
|
name: log4j-finder-linux
|
||||||
path: dist/linux
|
path: dist/linux
|
||||||
|
|||||||
Reference in New Issue
Block a user