We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ce5d6 commit fddccdfCopy full SHA for fddccdf
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build for Release
17
run: swift build -c release --arch arm64 --arch x86_64 --product cap2spm
18
- name: Zip Executable
19
- run: zip cap2spm-${{ github.ref_name }}.zip .build/apple/Products/Release/cap2spm
+ run: zip -j cap2spm-${{ github.ref_name }}.zip .build/apple/Products/Release/cap2spm
20
- name: Create Release
21
uses: softprops/action-gh-release@v1
22
with:
0 commit comments