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

Commit 68d0c5c

Browse files
authored
add typo fix to dist.yml
1 parent 8c848c2 commit 68d0c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Set up QEMU
29-
if: runner.os == 'Linux' and github.event_name == 'release' && github.event.action == 'created'
29+
if: runner.os == 'Linux' && github.event_name == 'release' && github.event.action == 'created'
3030
uses: docker/setup-qemu-action@v2
3131
with:
3232
platforms: all

0 commit comments

Comments
 (0)