Skip to content

Commit ba8c966

Browse files
committed
Correct syntax
1 parent 9734053 commit ba8c966

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/storage-advisor-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
- name: List
6464
run: ls -l
6565
- name: Lipo
66-
run: |
67-
lipo -create -output storage-advisor storage-advisor-darwin-arm64 storage-advisor-darwin-amd64
66+
run: lipo -create -output storage-advisor storage-advisor-darwin-arm64 storage-advisor-darwin-amd64
6867
- name: Store fat binary
6968
- uses: actions/upload-artifact@v4
7069
with:

0 commit comments

Comments
 (0)