Skip to content

Extract signing to an action #1

Extract signing to an action

Extract signing to an action #1

name: Code signing
on:
push:
permissions: read-all
jobs:
code-signing:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sign Artifact with CodeSignTool
uses: Open-Systems-Pharmacology/Test_CS/.github/actions/codesigner-SSL@main
with:
file_path: ./input_files/PKSim.exe
- name: Push signed exe as artifact
uses: actions/upload-artifact@v4
with:
name: signed_PKSim.exe
path: ./input_files/PKSim.exe