Skip to content

Commit 5059eb9

Browse files
committed
Workflows error
1 parent d80035e commit 5059eb9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
tag=$(git describe --tags --abbrev=0)
3737
echo "Creating release for tag $tag"
3838
ls .
39-
ls a10y-linux-x86_64
40-
ls a10y-win.exe
41-
ls a10y-macos.exe
42-
ls dist
39+
ls a10y-linux-x86_64/dist
40+
ls a10y-win.exe/dist
41+
ls a10y-macos.exe/dist
4342
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe

0 commit comments

Comments
 (0)