Added doc to artifact
Update packaging.yml and readme.md
This commit is contained in:
@@ -25,19 +25,25 @@ jobs:
|
|||||||
|
|
||||||
- name: Preparing build directory
|
- name: Preparing build directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/lua
|
mkdir -p build/lua/doc
|
||||||
|
|
||||||
|
- name: Build LDoc documentation
|
||||||
|
uses: lunarmodules/ldoc@v1.5.0
|
||||||
|
with:
|
||||||
|
args: .
|
||||||
|
|
||||||
- name: Copying files
|
- name: Copying files
|
||||||
run: |
|
run: |
|
||||||
cp readme.md build/readme.md
|
cp readme.md build/readme.md
|
||||||
cp LICENSE build/LICENSE
|
cp LICENSE build/LICENSE
|
||||||
cp lua/*.lua build/lua/
|
cp demo.lua build/demo.lua
|
||||||
|
cp -R doc/ build/doc/
|
||||||
|
|
||||||
- name: Upload artifact (socket.7z)
|
- name: Upload artifact (socket.7z)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
#if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
with:
|
with:
|
||||||
name: sleep.7z
|
name: LuaJIT-Sleep
|
||||||
path: build/
|
path: build/
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# LuaJIT - Sleep
|
# LuaJIT - Sleep
|
||||||
Pure LuaJIT bindings and wrappers for native sleep functions on Win32 and Linux.
|
Pure LuaJIT bindings and wrappers for native sleep functions on Win32 and Linux.
|
||||||
|
|
||||||
**📢 This is library is in low maintenance mode** \
|
> **📢 This is library is in low maintenance mode** \
|
||||||
I consider it feature-complete, and unless a bug is found, I don't plan on updating it.
|
I consider it feature-complete, and unless a bug is found, I don't plan on updating it.
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
Reference in New Issue
Block a user