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.
1 parent 2c98b61 commit a59417dCopy full SHA for a59417d
entrypoint.sh
@@ -11,5 +11,5 @@ conda build -c conda-forge -c computational-metabolomics -c bioconda --output-fo
11
12
if [[ -n "${INPUT_ANACONDATOKEN}" ]]; then
13
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
14
- anaconda upload ./noarch/*.tar.bz2 -u computational-metabolomics
+ anaconda upload ./noarch/*.conda -u computational-metabolomics
15
fi
0 commit comments