Skip to content

Commit b4cd4cd

Browse files
committed
[lint] Fix prettier error
1 parent 2a16fa9 commit b4cd4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
tar -cvf "${{ steps.get_version.outputs.version }}-darwin-x64.tar" -C
9494
"prebuilds/macos-15-intel-x64" darwin-x64
9595
- run:
96-
tar -cvf "${{ steps.get_version.outputs.version }}-darwin-arm64.tar" -C
97-
"prebuilds/macos-latest-arm64" darwin-arm64
96+
tar -cvf "${{ steps.get_version.outputs.version }}-darwin-arm64.tar"
97+
-C "prebuilds/macos-latest-arm64" darwin-arm64
9898
- run:
9999
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
100100
"prebuilds/ubuntu-22.04-x64" linux-x64

0 commit comments

Comments
 (0)