diff --git a/conda-ci b/conda-ci index 3fe933c..d56cedc 100755 --- a/conda-ci +++ b/conda-ci @@ -23,7 +23,7 @@ export COLUMNS=80 if [ "$GITHUB_ACTIONS" = true ] ; then - echo "::set-env name=COLUMNS::$COLUMNS" + echo "COLUMNS=$COLUMNS" >> "$GITHUB_ENV" fi # file to be source at the end of subshell: @@ -74,7 +74,7 @@ export PATH="$CONDA_PREFIX/bin:$PATH" echo "PATH=\"$CONDA_PREFIX/bin:\$PATH\"" > "$CONDABUILD_CI_SOURCEME" if [ "$GITHUB_ACTIONS" = true ] ; then - echo "echo \"::add-path::$CONDA_PREFIX/bin\"" >> "$CONDABUILD_CI_SOURCEME" + echo "$CONDA_PREFIX/bin" >> "$GITHUB_PATH" fi curl -LO https://repo.continuum.io/miniconda/Miniconda3-latest-$csys-x86_64.sh