aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-05 14:50:28 +0100
committerStefan Boberg <[email protected]>2024-03-05 14:56:52 +0100
commit62df0bd32338491ff4a97ca34a2810650e8c868c (patch)
tree33b1a6abde275b1c2bdd5576186fdf9188b99175 /.github/workflows
parentdisable official signing of windows executables (#667) (diff)
downloadzen-62df0bd32338491ff4a97ca34a2810650e8c868c.tar.xz
zen-62df0bd32338491ff4a97ca34a2810650e8c868c.zip
also update validate to avoid code sign problems
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 0702e6fa0..0bec014c4 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -97,7 +97,8 @@ jobs:
- name: Bundle
if: ${{ matrix.config == 'release' }}
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