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 d80035e commit 5059eb9
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 @@ -36,8 +36,7 @@ jobs:
tag=$(git describe --tags --abbrev=0)
echo "Creating release for tag $tag"
ls .
ls a10y-linux-x86_64
ls a10y-win.exe
ls a10y-macos.exe
ls dist
ls a10y-linux-x86_64/dist
ls a10y-win.exe/dist
ls a10y-macos.exe/dist
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe

0 comments on commit 5059eb9

Please sign in to comment.