diff --git a/.github/workflows/intl4x_artifacts.yml b/.github/workflows/intl4x_artifacts.yml index d9975f04..455f4394 100644 --- a/.github/workflows/intl4x_artifacts.yml +++ b/.github/workflows/intl4x_artifacts.yml @@ -145,7 +145,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: - name: dart-${{matrix.os}}-libs + name: dart-${{matrix.os}}-${{ matrix.compiletype }}-libs path: submodules/icu4x/bin check_hashes: @@ -176,7 +176,7 @@ jobs: run: | cd pkgs/intl4x dart pub get - dart --enable-experiment=native-assets tool/generate_hashes.dart + dart --enable-experiment=native-assets tool/regenerate_hashes.dart git diff --exit-code release: diff --git a/pkgs/intl4x/hook/hashes.dart b/pkgs/intl4x/hook/hashes.dart index 7a8ae99d..3380eab5 100644 --- a/pkgs/intl4x/hook/hashes.dart +++ b/pkgs/intl4x/hook/hashes.dart @@ -2,9 +2,9 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// THIS FILE IS AUTOGENERATED BY `tool/generate_hashes.dart`. TO UPDATE, RUN +// THIS FILE IS AUTOGENERATED BY `tool/regenerate_hashes.dart`. TO UPDATE, RUN // -// dart --enable-experiment=native-assets run tool/generate_hashes.dart +// dart --enable-experiment=native-assets run tool/regenerate_hashes.dart // import 'package:native_assets_cli/native_assets_cli.dart'; diff --git a/pkgs/intl4x/tool/regenerate_hashes.dart b/pkgs/intl4x/tool/regenerate_hashes.dart index 4d7ad828..1849b1cc 100644 --- a/pkgs/intl4x/tool/regenerate_hashes.dart +++ b/pkgs/intl4x/tool/regenerate_hashes.dart @@ -34,9 +34,9 @@ Future main(List args) async { // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// THIS FILE IS AUTOGENERATED BY `tool/generate_hashes.dart`. TO UPDATE, RUN +// THIS FILE IS AUTOGENERATED BY `tool/regenerate_hashes.dart`. TO UPDATE, RUN // -// dart --enable-experiment=native-assets run tool/generate_hashes.dart +// dart --enable-experiment=native-assets run tool/regenerate_hashes.dart // import 'package:native_assets_cli/native_assets_cli.dart';