Skip to content

Commit

Permalink
Include necessary meta
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed May 15, 2024
1 parent 37c6ec3 commit ea57cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Full name of the tarball asset
PKG_NAME="${PKG_BASENAME}.zip"
7z -y a ${PKG_NAME} ${{ env.BIN_DIR }} main.lua debugger.lua LICENSE locale script
7z -y a ${PKG_NAME} ${{ env.BIN_DIR }} main.lua debugger.lua LICENSE locale meta/template/ meta/spell/ script
echo PKG_VERSION=${PKG_VERSION} >> $GITHUB_OUTPUT
echo PKG_BASENAME=${PKG_BASENAME} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ea57cd2

Please sign in to comment.