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.
1 parent 8d3a128 commit d63e450Copy full SHA for d63e450
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Generate dynamic matrix from templates.xml
17
id: set-matrix
18
run: |
19
- matrix=$(python3 .github/workflows/scripts/generate_app_build_matrix.py)
+ matrix=$(python3 ${{ github.workspace }}/.github/workflows/scripts/generate_app_build_matrix.py)
20
echo "matrix=$matrix" >> $GITHUB_OUTPUT
21
22
get-sdk:
0 commit comments