Skip to content

Commit

Permalink
Fix typos in artifact upload logic (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Aug 14, 2023
1 parent 7345799 commit a3111af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
--no-progress \
--user="${ANACONDA_ORG_CHANNEL}" \
--label="${ANACONDA_ORG_LABEL}" \
"${CONDA_BLD_PATH}/${{ matrix.subdir }}/conda-standalone-*.*
${CONDA_BLD_PATH}/${{ matrix.subdir }}/conda-standalone-*.*
echo "Uploaded the following files:"
basename -a ./pkgs/${{ matrix.subdir }}/conda-standalone-*.*
basename -a ${CONDA_BLD_PATH}/pkgs/${{ matrix.subdir }}/conda-standalone-*.*
echo "Use this command to try out the build:"
echo "conda install -c ${ANACONDA_ORG_CHANNEL}/label/${ANACONDA_ORG_LABEL} conda-standalone"
echo " conda install -c ${ANACONDA_ORG_CHANNEL}/label/${ANACONDA_ORG_LABEL} conda-standalone"

0 comments on commit a3111af

Please sign in to comment.