Skip to content

Commit 496ccee

Browse files
committed
Workflows error
1 parent 5059eb9 commit 496ccee

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
@@ -35,8 +35,7 @@ jobs:
3535
run: |
3636
tag=$(git describe --tags --abbrev=0)
3737
echo "Creating release for tag $tag"
38-
ls .
39-
ls a10y-linux-x86_64/dist
40-
ls a10y-win.exe/dist
41-
ls a10y-macos.exe/dist
38+
mv a10y-linux-x86_64/dist/a10y . && rm -rf a10y-linux-x86_64 && mv a10y a10y-linux-x86_64
39+
mv a10y-win.exe/dist/a10y.exe . && rm -rf a10y-win.exe && mv a10y.exe a10y-win.exe
40+
mv a10y-macos.exe/dist/a10y . && rm -rf a10y-macos.exe && mv a10y a10y-macos.exe
4241
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe

0 commit comments

Comments
 (0)