Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Oct 24, 2023
1 parent e3221fe commit ee28773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conda_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
conda config --set anaconda_upload no;
cd ${TACS_DIR}/conda;
conda build --variants "{scalar: ${{ matrix.SCALAR }}}" -c conda-forge -c smdogroup $BUILD_ARGS --output-folder . .;
anaconda upload --label LABEL ${{ matrix.TARGET }}/*.tar.bz2 --force;
anaconda upload --label $LABEL ${{ matrix.TARGET }}/*.tar.bz2 --force;

0 comments on commit ee28773

Please sign in to comment.