We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e3b44 + 923ea74 commit 4aa14c2Copy full SHA for 4aa14c2
.github/workflows/NativePipeline.yml
@@ -683,6 +683,7 @@ jobs:
683
- name: "Download Android screenshots"
684
run: |
685
widgets=$(echo '${{ needs.scope.outputs.widgets }}' | jq -r '.[]')
686
+ mkdir -p images/actual/android/
687
for widget in $widgets; do
688
echo "Downloading android-screenshots-${widget}"
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"
694
695
696
+ mkdir -p images/actual/ios/
697
698
echo "Downloading ios-screenshots-${widget}"
699
gh run download ${{ github.run_id }} --name ios-screenshots-${widget} --dir images/actual/ios/ || true
0 commit comments