Skip to content

Commit

Permalink
Update windows sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Aug 27, 2024
1 parent bbe1043 commit 3768adc
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 237 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/alpha-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Sign service executable
run: |
npm run sign platforms/windows/service/bin/exe/CoresService.exe
trusted-signing-cli platforms/windows/service/bin/exe/CoresService.exe -e 'https://wus2.codesigning.azure.net' -a mnr -c Profile3
# Build service installer
- name: Build service installer
Expand All @@ -68,10 +68,6 @@ jobs:
path: package.json
prop_path: version

- name: Sign service installer
run: |
npm run sign target/release/bundle/msi/Cores_${{steps.version.outputs.prop}}_x64_en-US.msi
- name: Remove useless folders
run: |
rm -rf target/release/build
Expand Down
Loading

0 comments on commit 3768adc

Please sign in to comment.