We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bad0cf commit 02eac39Copy full SHA for 02eac39
.github/workflows/macos-compile-installer-release.yml
@@ -4,7 +4,6 @@ name: macOS Build Installer with Version
4
5
on:
6
push:
7
- #branches: [ "buildSignMacOS" ]
8
tags:
9
- 'v*' # Build the app for commits that are tagged starting with 'v' e.g. v1.2.3
10
# to tag a commit, use "git tag v1.2.3"
@@ -39,8 +38,8 @@ jobs:
39
38
exit 1
40
fi
41
shell: bash
42
- - name: Build version ${{ env.VERSION }}
43
- - uses: actions/checkout@v4
+# - name: Build version ${{ env.VERSION }}
+# - uses: actions/checkout@v4
44
- name: Set up JDK 17
45
uses: actions/setup-java@v4
46
with:
0 commit comments