Skip to content

Commit

Permalink
Fix artifact packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 authored Jan 27, 2020
1 parent aa366f3 commit 8d47923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ after_build:
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip"
}
7z a $ZipFileName "$($BuildPath)\LuaScript.dll"
7z a $ZipFileName "$($BuildPath)\Lua.dll"
}
artifacts:
Expand Down

0 comments on commit 8d47923

Please sign in to comment.