We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c966 commit 9777954Copy full SHA for 9777954
1 file changed
.github/workflows/storage-advisor-release.yaml
@@ -65,10 +65,10 @@ jobs:
65
- name: Lipo
66
run: lipo -create -output storage-advisor storage-advisor-darwin-arm64 storage-advisor-darwin-amd64
67
- name: Store fat binary
68
- - uses: actions/upload-artifact@v4
69
- with:
70
- name: storage-advisor-darwin
71
- path: storage-advisor
+ uses: actions/upload-artifact@v4
+ with:
+ name: storage-advisor-darwin
+ path: storage-advisor
72
- name: Sign
73
env: # Or as an environment variable
74
DEVELOPER_ID_APPLICATION_P12: ${{ secrets.DEVELOPER_ID_APPLICATION_P12 }}
0 commit comments