Skip to content

Commit b6467d9

Browse files
committed
update M4 zip workflow
1 parent a291f7f commit b6467d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AZ2007_Zip_Code_M4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4
5050
- name: Create AZ2007M4 SampleApps zip
5151
run: |
52-
cd ./DownloadableCodeProjects/az-2007-m4-unit-tests
52+
cd ./DownloadableCodeProjects/az-2007-m4-develop-unit-tests
5353
rm -f ../Downloads/AZ2007LabAppM4.zip
5454
zip -r -q ../Downloads/AZ2007LabAppM4.zip $(git ls-files)
5555
- name: Commit and push

0 commit comments

Comments
 (0)