aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-13 10:07:54 +0100
committerStefan Boberg <[email protected]>2024-03-13 10:07:54 +0100
commit55cca72bd22219631304b13b11d9573989b02d7b (patch)
tree6be2ac86eabfd5f722701d007573c708c4121ecc /.github/workflows/create_release.yml
parentworkflow tweaks (diff)
downloadzen-55cca72bd22219631304b13b11d9573989b02d7b.tar.xz
zen-55cca72bd22219631304b13b11d9573989b02d7b.zip
updates to signing
macOS signs executables again Windows releases do not (neither does validate)
Diffstat (limited to '.github/workflows/create_release.yml')
-rw-r--r--.github/workflows/create_release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 77ecc2f38..06cfe082a 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -44,7 +44,8 @@ jobs:
- name: Bundle
run: |
- xmake bundle -v -y --codesignidentity="Epic Games"
+ xmake bundle -v -y
+# xmake bundle -v -y --codesignidentity="Epic Games"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg