Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jul 24, 2024
1 parent 25b5e07 commit e141172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/intl4x_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:

- name: Download binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
merge-multiple: true

- name: Display structure of downloaded files
run: ls -R
Expand All @@ -166,7 +168,7 @@ jobs:
run: |
cd pkgs/intl4x
dart pub get
dart --enable-experiment=native-assets run tool/generate_hashes.dart local .
dart --enable-experiment=native-assets run tool/generate_hashes.dart local ../..
git diff --name-only --exit-code
build_local:
Expand All @@ -183,6 +185,8 @@ jobs:
steps:
- name: Download binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
merge-multiple: true

- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit e141172

Please sign in to comment.