mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
update:
This commit is contained in:
2
.github/workflows/bump-ttymer.yml
vendored
2
.github/workflows/bump-ttymer.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Calculate SHA256 of tarball
|
- name: Calculate SHA256 of tarball
|
||||||
id: sha256
|
id: sha256
|
||||||
run: |
|
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
|
sha256sum release.tar.gz | awk '{ print $1 }' > sha256.txt
|
||||||
echo "::set-output name=hash::$(cat sha256.txt)"
|
echo "::set-output name=hash::$(cat sha256.txt)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user