Skip to content

Commit 4f6f5f1

Browse files
committed
export TAR_URL
1 parent 264e801 commit 4f6f5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
3333
# Download tarball for this tag and compute checksum
3434
TAR_URL="https://github.com/${GITHUB_REPOSITORY}/archive/refs/tags/v${VERSION}.tar.gz"
35+
echo "TAR_URL=$TAR_URL" >> $GITHUB_OUTPUT
3536
curl -L $TAR_URL -o release.tar.gz
3637
SHA256=$(sha256sum release.tar.gz | cut -d' ' -f1)
3738
echo "SHA256=$SHA256" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)