aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
diff options
context:
space:
mode:
authorJoakim Lindqvist <[email protected]>2024-03-20 12:28:19 +0100
committerGitHub Enterprise <[email protected]>2024-03-20 12:28:19 +0100
commitcc1723cca365a5954a30b92d90c8b07242b825ab (patch)
treeb77ceefcf97283ffc29c1391fcd6a1520491c57f /.github/workflows/create_release.yml
parentread jupiter token from file (#10) (diff)
downloadzen-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.yml3
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