Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 13a18cd

Browse files
authored
Fix qemu releases (#149)
1 parent 2c8bf35 commit 13a18cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
with: {github_token: "${{ github.token }}"}
234234
- uses: dart-lang/setup-dart@v1
235235
- run: dart pub get
236-
- run: dart pub grinder protobuf
236+
- run: dart run grinder protobuf
237237
- uses: docker/setup-qemu-action@v2
238238
- name: Deploy
239239
run: |
@@ -273,7 +273,7 @@ jobs:
273273
with:
274274
architecture: ${{ matrix.architecture }}
275275
- run: dart pub get
276-
- run: dart pub run grinder protobuf
276+
- run: dart run grinder protobuf
277277
- name: Deploy
278278
run: dart run grinder pkg-github-${{ matrix.platform }}
279279
env: {GH_BEARER_TOKEN: "${{ github.token }}"}
@@ -289,7 +289,7 @@ jobs:
289289
- uses: dart-lang/setup-dart@v1
290290
- run: dart pub get
291291
- name: Deploy
292-
run: dart pub run grinder pkg-homebrew-update
292+
run: dart run grinder pkg-homebrew-update
293293
env:
294294
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
295295
GH_USER: sassbot

0 commit comments

Comments
 (0)