Skip to content

Commit 352efca

Browse files
committed
fix shasum logic
1 parent d2abd2a commit 352efca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: calculate_sha256
4747
run: |
4848
cd release
49-
echo "SHA256SUMS=$(shasum -a 256 $FILENAME | awk '{print $1}')" >> $GITHUB_OUTPUT
49+
echo "SHA256SUMS=$(shasum -a 256 ${{ steps.build_postgres.outputs.FILENAME }} | awk '{print $1}')" >> $GITHUB_OUTPUT
5050
5151
- name: Get date
5252
id: get_date

0 commit comments

Comments
 (0)