From 9257e21df3cfe24327b45ceba30f0375db2e57e1 Mon Sep 17 00:00:00 2001 From: Darwin Cereska Date: Thu, 19 Jun 2025 17:07:06 -0400 Subject: [PATCH] update: --- .github/workflows/bump-ttymer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-ttymer.yml b/.github/workflows/bump-ttymer.yml index 2e281b0..d90daa2 100644 --- a/.github/workflows/bump-ttymer.yml +++ b/.github/workflows/bump-ttymer.yml @@ -37,7 +37,7 @@ jobs: - name: Calculate SHA256 of tarball id: sha256 run: | - curl -L -o release.tar.gz ${{ steps.release.outputs.results }} + curl -L -o release.tar.gz ${{ steps.release.outputs.result }} sha256sum release.tar.gz | awk '{ print $1 }' > sha256.txt echo "::set-output name=hash::$(cat sha256.txt)"