We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80035e commit 5059eb9Copy full SHA for 5059eb9
.github/workflows/release.yml
@@ -36,8 +36,7 @@ jobs:
36
tag=$(git describe --tags --abbrev=0)
37
echo "Creating release for tag $tag"
38
ls .
39
- ls a10y-linux-x86_64
40
- ls a10y-win.exe
41
- ls a10y-macos.exe
42
- ls dist
+ ls a10y-linux-x86_64/dist
+ ls a10y-win.exe/dist
+ ls a10y-macos.exe/dist
43
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe
0 commit comments