We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e59f27 commit 3f3467eCopy full SHA for 3f3467e
.github/workflows/native-package.yml
@@ -30,6 +30,7 @@ jobs:
30
distribution: temurin
31
java-version: 23
32
- name: Install the Apple certificate and provisioning profile
33
+ if: runner.os == 'macos'
34
env:
35
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
36
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}
0 commit comments