aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-12-15 14:34:22 +0100
committerDan Engelbrecht <[email protected]>2023-12-15 14:34:22 +0100
commitf2eb51e4cc3f56741a7eb10108cc28732663bb18 (patch)
treec6f66772a7bc7e7073b124349fa83e5b7f4e9eed /.github/workflows
parentlog each block that is compacted (#613) (diff)
downloadzen-f2eb51e4cc3f56741a7eb10108cc28732663bb18.tar.xz
zen-f2eb51e4cc3f56741a7eb10108cc28732663bb18.zip
add signing identity when creating release (windows)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index e6616aa25..03295eee5 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -44,7 +44,7 @@ jobs:
- name: Bundle
run: |
- xmake bundle -v -y
+ xmake bundle -v -y --codesignidentity="Epic Games"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg