build(windows): calculate checksums after signing [skip ci]

This commit is contained in:
Baptiste Augrain
2024-10-14 01:03:50 +02:00
parent e5d9fa5143
commit a6cd884c37
3 changed files with 30 additions and 21 deletions

View File

@@ -124,6 +124,10 @@ jobs:
output-artifact-directory: assets/
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
- name: Prepare checksums
run: ./prepare_checksums.sh
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}