From 50df696aa9502666f99b2cb4c01f0f0a6032e4ee Mon Sep 17 00:00:00 2001 From: Seemann Date: Mon, 3 Jun 2024 20:50:53 -0400 Subject: [PATCH] add code sign workflow --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fae600..25b3633c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,15 @@ jobs: msbuild -m CLEO5.sln /property:Configuration=Release /property:Platform=GTASA msbuild -m cleo_plugins/CLEO_Plugins.sln /property:Configuration=Release /property:Platform=x86 + - uses: x87/code-sign-action@develop + with: + certificate: '${{ secrets.DIG_KEY_CERT }}' + password: '${{ secrets.DIG_KEY_PWD }}' + certificatename: 'Seemann' + description: 'CLEO 5' + timestampUrl: 'http://timestamp.digicert.com' + filename: './.output/Release/cleo.asi' + - name: Prepare Base Files id: prepare_archive shell: cmd