Skip to content

Commit f2cd632

Browse files
committed
Use setup-miniconda to install built distribution
1 parent 134c54e commit f2cd632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
echo "asset_name=$new_installer_name" >> $GITHUB_ENV
164164
echo "Installer name: "$new_installer_name
165165
echo "#################################"
166-
installer_path=$(readlink -f $new_installer_name)
166+
installer_path="file://"$(readlink -f $new_installer_name)
167167
echo "installer_path=$installer_path" >> $GITHUB_ENV
168168
echo "Installer path: "$installer_path
169169
echo "#################################"

0 commit comments

Comments
 (0)