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.
setup-miniconda
1 parent 134c54e commit f2cd632Copy full SHA for f2cd632
.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
163
echo "asset_name=$new_installer_name" >> $GITHUB_ENV
164
echo "Installer name: "$new_installer_name
165
echo "#################################"
166
- installer_path=$(readlink -f $new_installer_name)
+ installer_path="file://"$(readlink -f $new_installer_name)
167
echo "installer_path=$installer_path" >> $GITHUB_ENV
168
echo "Installer path: "$installer_path
169
0 commit comments