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 d2abd2a commit 352efcaCopy full SHA for 352efca
.github/workflows/build-and-release-macos.yml
@@ -46,7 +46,7 @@ jobs:
46
id: calculate_sha256
47
run: |
48
cd release
49
- echo "SHA256SUMS=$(shasum -a 256 $FILENAME | awk '{print $1}')" >> $GITHUB_OUTPUT
+ echo "SHA256SUMS=$(shasum -a 256 ${{ steps.build_postgres.outputs.FILENAME }} | awk '{print $1}')" >> $GITHUB_OUTPUT
50
51
- name: Get date
52
id: get_date
0 commit comments