Skip to content

Commit

Permalink
Workflows error
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jun 18, 2024
1 parent 4b9300b commit d80035e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: a10y-linux-x86_64
path: a10y-linux-x86_64
path: .

pyinstaller-build-win:
runs-on: windows-latest
Expand All @@ -71,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: a10y-win.exe
path: a10y-win.exe
path: .

pyinstaller-build-macos:
runs-on: macos-latest
Expand All @@ -87,4 +87,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: a10y-macos.exe
path: a10y-macos.exe
path: .

0 comments on commit d80035e

Please sign in to comment.