Skip to content

Commit fddccdf

Browse files
committed
chore: remove path from zip
1 parent d8ce5d6 commit fddccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build for Release
1717
run: swift build -c release --arch arm64 --arch x86_64 --product cap2spm
1818
- name: Zip Executable
19-
run: zip cap2spm-${{ github.ref_name }}.zip .build/apple/Products/Release/cap2spm
19+
run: zip -j cap2spm-${{ github.ref_name }}.zip .build/apple/Products/Release/cap2spm
2020
- name: Create Release
2121
uses: softprops/action-gh-release@v1
2222
with:

0 commit comments

Comments
 (0)