Skip to content

Commit a59417d

Browse files
authored
Update entrypoint.sh
1 parent 2c98b61 commit a59417d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ conda build -c conda-forge -c computational-metabolomics -c bioconda --output-fo
1111

1212
if [[ -n "${INPUT_ANACONDATOKEN}" ]]; then
1313
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
14-
anaconda upload ./noarch/*.tar.bz2 -u computational-metabolomics
14+
anaconda upload ./noarch/*.conda -u computational-metabolomics
1515
fi

0 commit comments

Comments
 (0)