File tree Expand file tree Collapse file tree
packages/github-action/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ runs:
241241 uses : actions/cache/save@v4
242242 with :
243243 path : ${{ steps.load-config.outputs.projectRoot }}/.harness/cache
244- key : harness-ios- ${{ runner.os }}-${{ hashFiles(format('{0}/. harness/cache/**/cache.json', steps.load-config .outputs.projectRoot)) }}
244+ key : ${{ steps.cache- harness-restore .outputs.cache-primary-key }}
245245 - name : Upload crash report artifacts
246246 if : always()
247247 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ runs:
241241 uses : actions/cache/save@v4
242242 with :
243243 path : ${{ steps.load-config.outputs.projectRoot }}/.harness/cache
244- key : harness-ios- ${{ runner.os }}-${{ hashFiles(format('{0}/. harness/cache/**/cache.json', steps.load-config .outputs.projectRoot)) }}
244+ key : ${{ steps.cache- harness-restore .outputs.cache-primary-key }}
245245 - name : Upload crash report artifacts
246246 if : always()
247247 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments