From f215d189fd54512a4d9cb12ef77142ef1de0bf46 Mon Sep 17 00:00:00 2001 From: Jon Petersson Date: Tue, 12 Dec 2023 11:57:08 +0100 Subject: [PATCH] Add spm dir to ios screenshots Github action --- .github/workflows/ios-screenshots.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ios-screenshots.yml b/.github/workflows/ios-screenshots.yml index 5453e8450051..9b98e8c87563 100644 --- a/.github/workflows/ios-screenshots.yml +++ b/.github/workflows/ios-screenshots.yml @@ -16,14 +16,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Configure cache - uses: actions/cache@v3 - with: - path: ios/${{ env.SOURCE_PACKAGES_PATH }} - key: ${{ runner.os }}-spm-${{ hashFiles('ios/**/Package.resolved') }} - restore-keys: | - ${{ runner.os }}-spm- - - name: Setup go-lang uses: actions/setup-go@v3 with: @@ -55,7 +47,7 @@ jobs: working-directory: ios - name: Create screenshots - run: bundle exec fastlane snapshot + run: bundle exec fastlane snapshot --cloned_source_packages_path "$SOURCE_PACKAGES_PATH" working-directory: ios - name: Upload screenshot artifacts