Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Error again
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jul 10, 2024
1 parent 6527b39 commit 4ed0de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Build
run: ./Util/build.sh
- name: Check build results
if: ${{ hashFiles('./Builda/Cut_The_Land') != '' }}
if: ${{ hashFiles('./Build/Cut_The_Land.app') == '' }}
run: exit 1
2 changes: 1 addition & 1 deletion Project/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ local function systemEvents(event)
end
return true
end

something
setupLocalDatabase()
setupTranslations()
Runtime:addEventListener("system", systemEvents)

0 comments on commit 4ed0de3

Please sign in to comment.