diff options
| author | Stefan Boberg <[email protected]> | 2024-03-05 14:50:28 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-03-05 14:56:52 +0100 |
| commit | 62df0bd32338491ff4a97ca34a2810650e8c868c (patch) | |
| tree | 33b1a6abde275b1c2bdd5576186fdf9188b99175 /.github/workflows | |
| parent | disable official signing of windows executables (#667) (diff) | |
| download | zen-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.yml | 3 |
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 |