Skip to content

Commit

Permalink
feat(ci): Include mysql-async compat library
Browse files Browse the repository at this point in the history
  • Loading branch information
dunak-debug authored Oct 6, 2021
1 parent 4b17919 commit 55d8d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Bundle files
run: |
mv dist oxmysql
mkdir oxmysql/lib
mv lib/MySQL.lua oxmysql/lib/MySQL.lua
zip -r oxmysql-${{ env.RELEASE_VERSION }}.zip oxmysql
- name: Create Release
Expand Down

0 comments on commit 55d8d46

Please sign in to comment.