We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264e801 commit 4f6f5f1Copy full SHA for 4f6f5f1
.github/workflows/conda_release.yml
@@ -32,6 +32,7 @@ jobs:
32
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
33
# Download tarball for this tag and compute checksum
34
TAR_URL="https://github.com/${GITHUB_REPOSITORY}/archive/refs/tags/v${VERSION}.tar.gz"
35
+ echo "TAR_URL=$TAR_URL" >> $GITHUB_OUTPUT
36
curl -L $TAR_URL -o release.tar.gz
37
SHA256=$(sha256sum release.tar.gz | cut -d' ' -f1)
38
echo "SHA256=$SHA256" >> $GITHUB_OUTPUT
0 commit comments