Skip to content

Commit

Permalink
add code sign workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Jun 4, 2024
1 parent b4d6598 commit 1e46701
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'CLEO 5'
description: 'CLEO 5'
timestampUrl: 'http://timestamp.digicert.com'
filename: './.output/Release/cleo.asi'

- name: Prepare Base Files
id: prepare_archive
shell: cmd
Expand Down

0 comments on commit 1e46701

Please sign in to comment.