Skip to content

Commit 20377c8

Browse files
committed
macos distr
1 parent d67a795 commit 20377c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
java-version: '17'
1717
distribution: 'temurin'
1818
architecture: x64
19+
- uses: apple-actions/import-codesign-certs@v2
20+
with:
21+
p12-file-base64: ${{ secrets.MACOS_DEV_CERT }}
22+
p12-password: ${{ secrets.MACOS_DEV_CERT_PASSWORD }}
1923
- run: |
2024
chmod 755 mvnw
2125
./mvnw clean package --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)