Skip to content

Commit 1a886e2

Browse files
Implement script for setup icon and create app bundle for macOS
1 parent fd20aaa commit 1a886e2

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,19 @@ jobs:
3636
run: |
3737
./${{ env.CI_SCRIPT }} build-release
3838
39+
- name: Setup icon for zClipboard
40+
shell: bash
41+
run: |
42+
./${{ env.CI_SCRIPT }} setup-icon
43+
44+
- name: Create macOS app bundle
45+
shell: bash
46+
run: |
47+
./${{ env.CI_SCRIPT }} create-bundle
48+
3949
- name: Upload Release
4050
uses: actions/upload-artifact@v4
4151

4252
with:
4353
name: ${{ env.APP_NAME }}
44-
path: ${{ github.workspace }}/build/${{ env.APP_NAME }}
54+
path: ${{ github.workspace }}/build/${{ env.APP_NAME }}.app

0 commit comments

Comments
 (0)