Skip to content

Commit

Permalink
Fix path in wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 23, 2024
1 parent 455a7db commit 15f69c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/intl4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd example_native
dart --enable-experiment=native-assets pub get
dart --enable-experiment=native-assets build bin/example_native.dart
./bin/example_native.exe
./bin/example_native/example_native.exe
build_fetch:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
cd example_native
dart --enable-experiment=native-assets pub get
dart --enable-experiment=native-assets build bin/example_native.dart
./bin/example_native.exe
./bin/example_native/example_native.exe
build_local:
strategy:
Expand Down Expand Up @@ -203,4 +203,4 @@ jobs:
cd pkgs/intl4x/example_native
dart --enable-experiment=native-assets pub get
dart --enable-experiment=native-assets build bin/example_native.dart
./bin/example_native.exe
./bin/example_native/example_native.exe

0 comments on commit 15f69c7

Please sign in to comment.