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

Commit

Permalink
add typo fix to dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Sep 15, 2023
1 parent 8c848c2 commit 68d0c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Set up QEMU
if: runner.os == 'Linux' and github.event_name == 'release' && github.event.action == 'created'
if: runner.os == 'Linux' && github.event_name == 'release' && github.event.action == 'created'
uses: docker/setup-qemu-action@v2
with:
platforms: all
Expand Down

0 comments on commit 68d0c5c

Please sign in to comment.