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

Commit

Permalink
With Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jul 10, 2024
1 parent c331672 commit 6c4c131
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:

steps:
- name: Checkout
id: hello
uses: actions/[email protected]
- name: Build
id: world
run: ./Util/build.sh
- name: Check on failures
if: (${{ success() }} || ${{ failure() }}) && (${{ steps.hello.outcome }} == 'failure' || ${{ steps.world.outcome }} == 'failure')
- name: Check build results
if: ${{ hashFiles('./Build/Cut_The_Land') != '' }}
run: exit 1
8 changes: 8 additions & 0 deletions Project/build.settings
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ settings =
CFBundleName = "Cut The Land"
}
},
plugins = {
["plugin.GBCDataCabinet"] = {
publisherId = "com.gamesbycandlelight",
},
["plugin.GBCLanguageCabinet"] = {
publisherId = "com.gamesbycandlelight",
},
},
}

0 comments on commit 6c4c131

Please sign in to comment.