Skip to content

Commit d80035e

Browse files
committed
Workflows error
1 parent 4b9300b commit d80035e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/upload-artifact@v2
5656
with:
5757
name: a10y-linux-x86_64
58-
path: a10y-linux-x86_64
58+
path: .
5959

6060
pyinstaller-build-win:
6161
runs-on: windows-latest
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/upload-artifact@v2
7272
with:
7373
name: a10y-win.exe
74-
path: a10y-win.exe
74+
path: .
7575

7676
pyinstaller-build-macos:
7777
runs-on: macos-latest
@@ -87,4 +87,4 @@ jobs:
8787
uses: actions/upload-artifact@v2
8888
with:
8989
name: a10y-macos.exe
90-
path: a10y-macos.exe
90+
path: .

0 commit comments

Comments
 (0)