mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: fix for lua, use filename
This commit is contained in:
parent
8f72f21951
commit
ade03cb590
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: codemp-lua-${{ matrix.platform.target }}
|
name: codemp-lua-${{ matrix.platform.target }}
|
||||||
path: target/release/libcodemp.so
|
path: target/release/${{ matrix.platform.filename }}
|
||||||
|
|
Loading…
Reference in a new issue