Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Fix CI #5
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeee committed Jan 19, 2021
1 parent 4bdaa72 commit 3590969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: artifacts/lua-client-module-windows.zip
asset_name: lua-client-module-windows.zip
asset_path: artifacts/lua-client-module.zip
asset_name: lua-client-module.zip
asset_content_type: application/zip
- name: Upload Windows client library
uses: actions/upload-release-asset@v1
Expand Down
4 changes: 2 additions & 2 deletions build_client_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xcopy build\win64\Release\lua-client-module-static.lib artifacts\ /Y

cd artifacts
REM if not exist "lua-client-module\modules" mkdir "lua-client-module\modules"
7z a -tzip "lua-client-module-windows.zip" -r lua-client-module
7z a -tzip "lua-client-module-static-windows.zip" lua-client-module-static.lib
7z a -tzip "lua-client-module.zip" -r lua-client-module
7z a -tzip "lua-client-module-static.zip" lua-client-module-static.lib

cd ..

0 comments on commit 3590969

Please sign in to comment.