Skip to content

Commit 517c0be

Browse files
committed
fix: add apple and windows certs
1 parent b9b757e commit 517c0be

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
rm -rf ~/.conveyor
7474
rm -rf ~/.cache/conveyor
7575
76+
- name: Create cert files
77+
run: |
78+
echo "${{ secrets.CONVEYOR_APPLE_CERT }}" > apple.cer
79+
echo "${{ secrets.CONVEYOR_WINDOWS_CERT }}" > windows.cer
80+
7681
- name: Build & Publish Release
7782
run: ./gradlew buildConveyorSiteRelease
7883
env:

conveyor-release.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ conveyor.billing-email = "dev@zaneschepke.com"
55
app {
66

77
signing-key = ${env.CONVEYOR_SIGNING_KEY}
8+
mac.certificate = apple.cer
9+
windows.certificate = windows.cer
810

911
site {
1012
copy-to = "."

0 commit comments

Comments
 (0)