Fixed library code not being in artifacts
Update packaging.yml
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Preparing build directory
|
- name: Preparing build directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/lua/doc
|
mkdir -p build/lua/doc/../lua
|
||||||
|
|
||||||
- name: Build LDoc documentation
|
- name: Build LDoc documentation
|
||||||
uses: lunarmodules/ldoc@v1.5.0
|
uses: lunarmodules/ldoc@v1.5.0
|
||||||
@@ -38,6 +38,7 @@ jobs:
|
|||||||
cp LICENSE build/LICENSE
|
cp LICENSE build/LICENSE
|
||||||
cp demo.lua build/demo.lua
|
cp demo.lua build/demo.lua
|
||||||
cp -R doc/ build/doc/
|
cp -R doc/ build/doc/
|
||||||
|
cp -R lua/ build/lua/
|
||||||
cp LICENSE build/doc/topics/LICENSE
|
cp LICENSE build/doc/topics/LICENSE
|
||||||
|
|
||||||
- name: Upload artifact (socket.7z)
|
- name: Upload artifact (socket.7z)
|
||||||
|
|||||||
Reference in New Issue
Block a user