From ad0b4dbcb66bda0693d1f55e594b439470734305 Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Tue, 14 Dec 2021 20:43:10 +0100 Subject: [PATCH] Update artifact names --- .github/workflows/pyinstaller.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller.yaml b/.github/workflows/pyinstaller.yaml index 132f2b1..b9d047e 100644 --- a/.github/workflows/pyinstaller.yaml +++ b/.github/workflows/pyinstaller.yaml @@ -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 \ No newline at end of file + name: log4j-finder-linux + path: dist/linux