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 d63e450 commit 2360778Copy full SHA for 2360778
.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.workspace }}/.github/workflows/scripts/generate_app_build_matrix.py)
+ matrix=$(python3 .github/workflows/scripts/generate_matrix.py)
20
echo "matrix=$matrix" >> $GITHUB_OUTPUT
21
22
get-sdk:
0 commit comments