File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -683,6 +683,7 @@ jobs:
683
683
- name : " Download Android screenshots"
684
684
run : |
685
685
widgets=$(echo '${{ needs.scope.outputs.widgets }}' | jq -r '.[]')
686
+ mkdir -p images/actual/android/
686
687
for widget in $widgets; do
687
688
echo "Downloading android-screenshots-${widget}"
688
689
gh run download ${{ github.run_id }} --name android-screenshots-${widget} --dir images/actual/android/ || true
@@ -692,6 +693,7 @@ jobs:
692
693
- name : " Download iOS screenshots"
693
694
run : |
694
695
widgets=$(echo '${{ needs.scope.outputs.widgets }}' | jq -r '.[]')
696
+ mkdir -p images/actual/ios/
695
697
for widget in $widgets; do
696
698
echo "Downloading ios-screenshots-${widget}"
697
699
gh run download ${{ github.run_id }} --name ios-screenshots-${widget} --dir images/actual/ios/ || true
You can’t perform that action at this time.
0 commit comments