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 871f7ef commit 1c33a85Copy full SHA for 1c33a85
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
62
- name: Make
63
if: startsWith(github.ref, 'refs/tags/')
64
+ shell: bash
65
run: |
66
if [ "${{ runner.os }}" == "macOS" ]; then
67
pnpm make -- --arch=universal
0 commit comments