Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify binaries using hashes #813

Merged
merged 26 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pub get
mosuem committed Jul 24, 2024
commit 374f40563bcf53443529ac40b70fe3713abd8584
3 changes: 2 additions & 1 deletion .github/workflows/intl4x_artifacts.yml
Original file line number Diff line number Diff line change
@@ -211,8 +211,9 @@ jobs:
- name: Check hashes of released artifacts
run: |
cd pkgs/intl4x
dart pub get
dart --enable-experiment=native-assets tool/generate_hashes.dart
git diff --name-only --exit-code
git diff --exit-code
if: ${{matrix.os == 'ubuntu-latest'}}

- run: |