diff options
| author | Joakim Lindqvist <[email protected]> | 2024-03-20 12:28:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-03-20 12:28:19 +0100 |
| commit | cc1723cca365a5954a30b92d90c8b07242b825ab (patch) | |
| tree | b77ceefcf97283ffc29c1391fcd6a1520491c57f /.github/workflows/create_release.yml | |
| parent | read jupiter token from file (#10) (diff) | |
| download | zen-cc1723cca365a5954a30b92d90c8b07242b825ab.tar.xz zen-cc1723cca365a5954a30b92d90c8b07242b825ab.zip | |
Enabled signing on windows agents again (#12)
* Enabled signing on windows agents again
Diffstat (limited to '.github/workflows/create_release.yml')
| -rw-r--r-- | .github/workflows/create_release.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0e9584357..9dffc5853 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -44,8 +44,7 @@ jobs: - name: Bundle run: | - xmake bundle -v -y -# xmake bundle -v -y --codesignidentity="Epic Games" + xmake bundle -v -y --codesignidentity="Epic Games" env: VCPKG_ROOT: ${{ github.workspace }}/.vcpkg |