summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJon Petersson <jon.petersson@kvadrat.se>2023-12-12 11:57:08 +0100
committerEmīls <emils@mullvad.net>2023-12-12 16:54:27 +0100
commitf215d189fd54512a4d9cb12ef77142ef1de0bf46 (patch)
tree7baa2750df00c08aea9245274513984ae05680e9
parent94b469ff15836a85155a74f5291fd5ee817f472c (diff)
downloadmullvadvpn-f215d189fd54512a4d9cb12ef77142ef1de0bf46.tar.xz
mullvadvpn-f215d189fd54512a4d9cb12ef77142ef1de0bf46.zip
Add spm dir to ios screenshots Github action
-rw-r--r--.github/workflows/ios-screenshots.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/ios-screenshots.yml b/.github/workflows/ios-screenshots.yml
index 5453e84500..9b98e8c875 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