aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-12-15 04:17:44 -0500
committerGitHub <[email protected]>2023-12-15 10:17:44 +0100
commitd90c1f24815c036ed3f8c9e34e9aa6dcc7a000f8 (patch)
tree51b6f0f881d378f15b577ff91a0a04c80c402b1b /.github/workflows
parentchangelog (diff)
downloadzen-d90c1f24815c036ed3f8c9e34e9aa6dcc7a000f8.tar.xz
zen-d90c1f24815c036ed3f8c9e34e9aa6dcc7a000f8.zip
windows executable signing (#566)
Windows executables are now signed with official cert when creating a release
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/validate.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index bdaf672f2..0702e6fa0 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -2,6 +2,7 @@ name: Validate
env:
VCPKG_VERSION: 2023.07.21
XMAKE_VERSION: 2.8.2 # 2.8.3 breaks fetching of asio package on MacOS ARM
+ WINDOWS_SDK_VERSION: 22621
on:
pull_request:
@@ -96,7 +97,7 @@ jobs:
- name: Bundle
if: ${{ matrix.config == 'release' }}
run: |
- xmake bundle -v -y
+ xmake bundle -v -y --codesignidentity="Epic Games"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg