aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-03-20 23:25:10 +0100
committerGitHub Enterprise <[email protected]>2024-03-20 23:25:10 +0100
commit1ae4298f5821daf91db69a759609cac38f55d7ec (patch)
treed54900149f87a384bd7ef4f2fcfe9b0b25f33ffd /.github/workflows
parent5.4.2-pre3 (diff)
downloadzen-1ae4298f5821daf91db69a759609cac38f55d7ec.tar.xz
zen-1ae4298f5821daf91db69a759609cac38f55d7ec.zip
re-enable macos signing (#15)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml3
-rw-r--r--.github/workflows/validate.yml3
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index ecf786d59..43e4041b4 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -152,8 +152,7 @@ jobs:
- name: Bundle
run: |
- xmake bundle -v -y
-# xmake bundle -v -y --codesignidentity="Developer ID Application"
+ xmake bundle -v -y --codesignidentity="Developer ID Application"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 991ef25c5..7d242a885 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -227,8 +227,7 @@ jobs:
- name: Bundle
if: ${{ matrix.config == 'release' }}
run: |
- xmake bundle -v -y
- # xmake bundle -v -y --codesignidentity="Developer ID Application"
+ xmake bundle -v -y --codesignidentity="Developer ID Application"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg