Skip to content

Commit 88c1c7b

Browse files
authored
Fix anvil-polkadot attestation (#477)
1 parent afcc7cb commit 88c1c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ jobs:
192192
du -h "$bin" || true
193193
ldd "$bin" || true
194194
$bin --version || true
195-
echo "${name}_bin_path=${bin}" >> $GITHUB_ENV
195+
var_name=$(echo "${name}" | tr '-' '_')
196+
echo "${var_name}_bin_path=${bin}" >> $GITHUB_ENV
196197
done
197198
198199
- name: Archive binaries

0 commit comments

Comments
 (0)