Skip to content

Commit 02eac39

Browse files
committed
Build and sign macOS, try 195
1 parent 3bad0cf commit 02eac39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/macos-compile-installer-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: macOS Build Installer with Version
44

55
on:
66
push:
7-
#branches: [ "buildSignMacOS" ]
87
tags:
98
- 'v*' # Build the app for commits that are tagged starting with 'v' e.g. v1.2.3
109
# to tag a commit, use "git tag v1.2.3"
@@ -39,8 +38,8 @@ jobs:
3938
exit 1
4039
fi
4140
shell: bash
42-
- name: Build version ${{ env.VERSION }}
43-
- uses: actions/checkout@v4
41+
# - name: Build version ${{ env.VERSION }}
42+
# - uses: actions/checkout@v4
4443
- name: Set up JDK 17
4544
uses: actions/setup-java@v4
4645
with:

0 commit comments

Comments
 (0)