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
|
||||
with:
|
||||
name: log4j-finder.exe
|
||||
name: log4j-finder-windows
|
||||
path: dist/windows
|
||||
|
||||
build-linux:
|
||||
@@ -37,5 +37,5 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: log4j-finder
|
||||
path: dist/linux
|
||||
name: log4j-finder-linux
|
||||
path: dist/linux
|
||||
|
||||
Reference in New Issue
Block a user