We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9734053 commit ba8c966Copy full SHA for ba8c966
1 file changed
.github/workflows/storage-advisor-release.yaml
@@ -63,8 +63,7 @@ jobs:
63
- name: List
64
run: ls -l
65
- name: Lipo
66
- run: |
67
- lipo -create -output storage-advisor storage-advisor-darwin-arm64 storage-advisor-darwin-amd64
+ run: lipo -create -output storage-advisor storage-advisor-darwin-arm64 storage-advisor-darwin-amd64
68
- name: Store fat binary
69
- uses: actions/upload-artifact@v4
70
with:
0 commit comments