Skip to content

Commit

Permalink
Fix(CI): Correct output name
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent 4a73c33 commit 1d860c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
mv ${{ env.BUILD_PREFIX }}${{ env.LIB_NAME }}${{ env.BUILD_EXT_STAT }} ../lib
mv lauxlib.h lua.h lua.hpp luaconf.h luajit.h lualib.h ../include
cd ..
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on LuaJIT-${{ runner.os }}-.7z COPYRIGHT bin include lib lua README
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on LuaJIT-${{ runner.os }}.7z COPYRIGHT bin include lib lua README
- name: Upload Release
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v1
with:
tag_name: Stable-CI
files: LuaJIT-${{ runner.os }}-.7z
files: LuaJIT-${{ runner.os }}.7z
body: |
CI Build for Dreamweave LuaJIT Fork
Expand Down

0 comments on commit 1d860c3

Please sign in to comment.