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 ee1c90f commit 4f8f93cCopy full SHA for 4f8f93c
.github/workflows/deployment-ea.yml
@@ -240,17 +240,6 @@ jobs:
240
p12-password: ${{ secrets.OSX_CERT_PWD }}
241
create-keychain: false
242
keychain-password: jabref
243
- - name: Debug
244
- shell: bash
245
- run: |
246
- echo $JAVA_HOME
247
- cat mise.toml
248
- mise hook-env -f
249
- mise hook-env -f | grep 'export JAVA_HOME'
250
- eval $(mise hook-env -f | grep 'export JAVA_HOME')
251
252
- eval $(mise hook-env -f | grep 'export PATH')
253
254
- name: Build dmg and pkg (macOS)
255
if: ((matrix.os == 'macos-13') || (matrix.os == 'macos-14')) && (steps.checksecrets.outputs.secretspresent == 'YES')
256
shell: bash
0 commit comments