From 6c4c131cd7052ed1294bd4950a12212c80d0fb89 Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Wed, 10 Jul 2024 20:44:41 +0200 Subject: [PATCH] With Hash --- .github/workflows/build.yml | 6 ++---- Project/build.settings | 8 ++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6b69f3..2a67283 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,11 +13,9 @@ jobs: steps: - name: Checkout - id: hello uses: actions/checkout@v4.1.6 - 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 diff --git a/Project/build.settings b/Project/build.settings index 626b173..594c852 100755 --- a/Project/build.settings +++ b/Project/build.settings @@ -13,4 +13,12 @@ settings = CFBundleName = "Cut The Land" } }, + plugins = { + ["plugin.GBCDataCabinet"] = { + publisherId = "com.gamesbycandlelight", + }, + ["plugin.GBCLanguageCabinet"] = { + publisherId = "com.gamesbycandlelight", + }, + }, }