Skip to content

Commit 3ff7882

Browse files
committed
update workflows
1 parent f97aaf0 commit 3ff7882

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
path: |
3535
main.lua
3636
debugger.lua
37+
changelog.md
3738
locale
3839
meta
3940
script

make/bootstrap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ local root; do
4949
sep = '/\\'
5050
end
5151
local pattern = "["..sep.."][^"..sep.."]+"
52-
root = package.cpath:match("([^;]+)"..pattern..pattern..pattern.."$")
52+
root = package.cpath:match("([^;]+)"..pattern..pattern.."$")
5353
arg[0] = root .. package.config:sub(1,1) .. 'main.lua'
5454
end
5555
root = root:gsub('[/\\]', package.config:sub(1,1))

0 commit comments

Comments
 (0)