diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f17b19a..a256519 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,9 +38,9 @@ jobs: # https://github.com/dart-lang/setup-dart/blob/main/README.md # - uses: dart-lang/setup-dart@v1 - uses: dart-lang/setup-dart@v1 - with: - sdk: "${{ matrix.sdk }}" - + with: {sdk: "${{ matrix.dart_channel }}" } + with: {architecture: "${{matrix.arch}}"} + - name: Install dependencies run: dart pub get diff --git a/pubspec.yaml b/pubspec.yaml index 02f339e..0ab93c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ homepage: https://github.com/vishalxl/nostr_console # fixed likes colors issue for notification likes # after tag -# fixed sdk for arm64 build; otherwise only x86 was being built for all +# fixed sdk for arm64 build; otherwise only x86 was being built for all # notification color fix for git bash; color for likes is not being closed at end # 0.3.1