Skip to content

Commit e96a647

Browse files
authored
Update artifact path for upload in build-test.yml
1 parent 30cd5f5 commit e96a647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ jobs:
188188
uses: actions/upload-artifact@v5.0.0
189189
with:
190190
name: ${{ matrix.artifact_name }}
191-
path: ${{ matrix.artifact_path }}
191+
path: sdk/python/examples/apps/flet_build_test/${{ matrix.artifact_path }}
192192
if-no-files-found: warn
193193
overwrite: false

0 commit comments

Comments
 (0)