We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a16fa9 commit b4cd4cdCopy full SHA for b4cd4cd
.github/workflows/ci.yml
@@ -93,8 +93,8 @@ jobs:
93
tar -cvf "${{ steps.get_version.outputs.version }}-darwin-x64.tar" -C
94
"prebuilds/macos-15-intel-x64" darwin-x64
95
- run:
96
- tar -cvf "${{ steps.get_version.outputs.version }}-darwin-arm64.tar" -C
97
- "prebuilds/macos-latest-arm64" darwin-arm64
+ tar -cvf "${{ steps.get_version.outputs.version }}-darwin-arm64.tar"
+ -C "prebuilds/macos-latest-arm64" darwin-arm64
98
99
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
100
"prebuilds/ubuntu-22.04-x64" linux-x64
0 commit comments