Skip to content

Commit 040af2c

Browse files
committed
deploy plugin dll also for ARM64 under appveyor
1 parent d3150c5 commit 040af2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ after_build:
5454
- cd "%APPVEYOR_BUILD_FOLDER%"
5555
- ps: >-
5656
57+
if ($env:PLATFORM_INPUT -eq "ARM64") {
58+
Push-AppveyorArtifact "$env:PLATFORM_INPUT\$env:CONFIGURATION\PythonScript.dll" -FileName PythonScript.dll
59+
}
60+
5761
if ($env:PLATFORM_INPUT -eq "x64") {
5862
Push-AppveyorArtifact "$env:PLATFORM_INPUT\$env:CONFIGURATION\PythonScript.dll" -FileName PythonScript.dll
5963
}

0 commit comments

Comments
 (0)