Skip to content

Commit d63e450

Browse files
author
Jeevan Revaneppa Hirethanad
committed
Fix genarte_build.py filename issues
1 parent 8d3a128 commit d63e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Generate dynamic matrix from templates.xml
1717
id: set-matrix
1818
run: |
19-
matrix=$(python3 .github/workflows/scripts/generate_app_build_matrix.py)
19+
matrix=$(python3 ${{ github.workspace }}/.github/workflows/scripts/generate_app_build_matrix.py)
2020
echo "matrix=$matrix" >> $GITHUB_OUTPUT
2121
2222
get-sdk:

0 commit comments

Comments
 (0)