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 5059eb9 commit 496ccee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
tag=$(git describe --tags --abbrev=0)
echo "Creating release for tag $tag"
ls .
ls a10y-linux-x86_64/dist
ls a10y-win.exe/dist
ls a10y-macos.exe/dist
mv a10y-linux-x86_64/dist/a10y . && rm -rf a10y-linux-x86_64 && mv a10y a10y-linux-x86_64
mv a10y-win.exe/dist/a10y.exe . && rm -rf a10y-win.exe && mv a10y.exe a10y-win.exe
mv a10y-macos.exe/dist/a10y . && rm -rf a10y-macos.exe && mv a10y a10y-macos.exe
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe

0 comments on commit 496ccee

Please sign in to comment.