Skip to content

Commit cea6f90

Browse files
committed
Stop using cmd file.
1 parent ab9d15d commit cea6f90

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,6 @@ jobs:
413413
persist-credentials: false
414414

415415
- name: Print cerificate
416-
run: ./build/windows/print.publickey.cmd
416+
run: |
417+
pip3 install asn1crypto
418+
python3 ./build/windows/print.publickey.py

Magick.NET.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "windows", "windows", "{C72A
106106
build\windows\install.dependencies.ps1 = build\windows\install.dependencies.ps1
107107
build\windows\test.Magick.NET.cmd = build\windows\test.Magick.NET.cmd
108108
build\windows\print.publickey.py = build\windows\print.publickey.py
109-
build\windows\print.publickey.cmd = build\windows\print.publickey.cmd
110109
build\windows\test.Magick.NET.ps1 = build\windows\test.Magick.NET.ps1
111110
EndProjectSection
112111
EndProject

build/windows/print.publickey.cmd

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)