Skip to content

Commit cb69e76

Browse files
Yuri05Yuri05
Yuri05
authored and
Yuri05
committed
use OSP global workflow
1 parent 68b4324 commit cb69e76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CodeSigningWithAction.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Sign PKSim.exe CodeSignTool
24-
uses: Open-Systems-Pharmacology/Test_CS/.github/actions/codesigner-SSL@main
24+
uses: Open-Systems-Pharmacology/Workflows/.github/actions/codesigner-SSL@main
2525
with:
2626
file_path: ./input_files/PKSim.exe
2727

2828
- name: Sign PKSim.BatchTool.exe CodeSignTool
29-
uses: Open-Systems-Pharmacology/Test_CS/.github/actions/codesigner-SSL@main
29+
uses: Open-Systems-Pharmacology/Workflows/.github/actions/codesigner-SSL@main
3030
with:
3131
file_path: ./input_files/PKSim.BatchTool.exe
3232

3333
- name: Sign PKSim.CLI.exe CodeSignTool
34-
uses: Open-Systems-Pharmacology/Test_CS/.github/actions/codesigner-SSL@main
34+
uses: Open-Systems-Pharmacology/Workflows/.github/actions/codesigner-SSL@main
3535
with:
3636
file_path: ./input_files/PKSim.CLI.exe
3737

0 commit comments

Comments
 (0)