Skip to content

Commit 8d47923

Browse files
authored
Fix artifact packaging
1 parent aa366f3 commit 8d47923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ after_build:
6565
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip"
6666
}
6767
7z a $ZipFileName "$($BuildPath)\LuaScript.dll"
68+
69+
7z a $ZipFileName "$($BuildPath)\Lua.dll"
6870
}
6971
7072
artifacts:

0 commit comments

Comments
 (0)