Skip to content

Commit

Permalink
Update artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Dec 14, 2021
1 parent e3e8746 commit ad0b4db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: log4j-finder.exe
name: log4j-finder-windows
path: dist/windows

build-linux:
Expand All @@ -37,5 +37,5 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: log4j-finder
path: dist/linux
name: log4j-finder-linux
path: dist/linux

0 comments on commit ad0b4db

Please sign in to comment.