From 9bae611f7001eceb53cef7d2beb4dbb2bf572298 Mon Sep 17 00:00:00 2001 From: ignaciosantise Date: Fri, 12 Apr 2024 15:41:09 -0300 Subject: [PATCH] chore: added missing platform in gemfile, added debug options to test hash function --- .github/workflows/release-ios-base.yaml | 7 ++++++- Gemfile.lock | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-ios-base.yaml b/.github/workflows/release-ios-base.yaml index f4599250..212f6e38 100644 --- a/.github/workflows/release-ios-base.yaml +++ b/.github/workflows/release-ios-base.yaml @@ -82,7 +82,12 @@ jobs: - name: Calculate podfile hash id: podfile-hash - run: echo "podfile_hash=\$(hashFiles('${{ inputs.root-path }}/ios/Podfile.lock'))" >> "$GITHUB_ENV" + run: | + echo "Root path: ${{ inputs.root-path }}" + echo "Full path: ${{ inputs.root-path }}/ios/Podfile.lock" + echo "File exists: $(test -f "${{ inputs.root-path }}/ios/Podfile.lock" && echo "yes" || echo "no")" + echo "podfile_hash=$(hashFiles('${{ inputs.root-path }}/ios/Podfile.lock'))" >> "$GITHUB_ENV" + echo "Podfile hash: ${{ env.podfile_hash }}" - name: Cache pods id: pods-cache diff --git a/Gemfile.lock b/Gemfile.lock index 840816dc..ef6ae9c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,6 +280,7 @@ GEM xcpretty (~> 0.2, >= 0.0.7) PLATFORMS + arm64-darwin-22 arm64-darwin-23 DEPENDENCIES