From dbd484d01da4f07f3b7f2683350931814b7db437 Mon Sep 17 00:00:00 2001 From: dhola Date: Sat, 20 Apr 2024 20:58:57 +0530 Subject: [PATCH] chore: update github actions, --- .github/workflows/ios_distribute.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios_distribute.yml b/.github/workflows/ios_distribute.yml index 97956fd..a0ba2c7 100644 --- a/.github/workflows/ios_distribute.yml +++ b/.github/workflows/ios_distribute.yml @@ -52,10 +52,9 @@ jobs: - name: Save version to cache run: | - echo "previous_version: ${{ env.PREVIOUS_VERSION }}" > version.txt - echo "updated_version: ${{ env.UPDATED_VERSION }}" >> version.txt mkdir -p version - mv version.txt version/ + echo "previous_version: ${{ env.PREVIOUS_VERSION }}" > version/version.txt + echo "updated_version: ${{ env.UPDATED_VERSION }}" >> version/version.txt if: steps.cache.outputs.cache-hit != 'true' || steps.cache.outputs.cache-hit == 'true' && steps.cache.outputs.cache-hit == 'true' - name: Use cached version