Skip to content

Commit

Permalink
Bring back necessary locale directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed May 15, 2024
1 parent 799f11f commit 37c6ec3
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 script
7z -y a ${PKG_NAME} ${{ env.BIN_DIR }} main.lua debugger.lua LICENSE locale script
echo PKG_VERSION=${PKG_VERSION} >> $GITHUB_OUTPUT
echo PKG_BASENAME=${PKG_BASENAME} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 37c6ec3

Please sign in to comment.