Skip to content

Commit

Permalink
fixed checksum generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Nov 8, 2023
1 parent 12fc885 commit 0f38911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ZIP_NAME: ${{env.ZIP_FILE_NAME}}
run: |
Rust/generate_binary_zip.sh "${ZIP_NAME}"
SHA=$(shasum -a 256 --tag "${ZIP_NAME}")
SHA=$(swift package compute-checksum "${ZIP_NAME}")
echo "ZIP_SHA=${SHA}" >> "$GITHUB_OUTPUT"
echo "ZIP_NAME=${ZIP_NAME}" >> "$GITHUB_OUTPUT"
- name: Update Package.swift
Expand Down

0 comments on commit 0f38911

Please sign in to comment.