diff options
| author | Dan Engelbrecht <[email protected]> | 2023-12-15 14:34:22 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-12-15 14:34:22 +0100 |
| commit | f2eb51e4cc3f56741a7eb10108cc28732663bb18 (patch) | |
| tree | c6f66772a7bc7e7073b124349fa83e5b7f4e9eed /.github/workflows | |
| parent | log each block that is compacted (#613) (diff) | |
| download | zen-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.yml | 2 |
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 |