Skip to content

Commit 3f3467e

Browse files
committed
only do macos keychain on macos
1 parent 1e59f27 commit 3f3467e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/native-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
distribution: temurin
3131
java-version: 23
3232
- name: Install the Apple certificate and provisioning profile
33+
if: runner.os == 'macos'
3334
env:
3435
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
3536
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}

0 commit comments

Comments
 (0)