We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4099c8 commit c637b98Copy full SHA for c637b98
.github/workflows/cli-build.yml
@@ -135,8 +135,7 @@ jobs:
135
136
for file in $target/*; do
137
if [[ "$file" == *".exe" ]]; then
138
- newpath="$file"
139
- newpath="./bin/$(basename "$newpath")"
+ newpath="$(basename "$file")"
140
arpath="${file/\.exe/"-$targetname.zip"}"
141
arpath="./bin/$(basename "$arpath")"
142
@@ -146,8 +145,7 @@ jobs:
146
145
mv "$arpath.minisig" "$arpath.sig"
147
rm "$newpath"
148
else
149
150
151
arpath="$file-$targetname.tgz"
152
153
0 commit comments