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 a291f7f commit b6467d9Copy full SHA for b6467d9
.github/workflows/AZ2007_Zip_Code_M4.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v4
50
- name: Create AZ2007M4 SampleApps zip
51
run: |
52
- cd ./DownloadableCodeProjects/az-2007-m4-unit-tests
+ cd ./DownloadableCodeProjects/az-2007-m4-develop-unit-tests
53
rm -f ../Downloads/AZ2007LabAppM4.zip
54
zip -r -q ../Downloads/AZ2007LabAppM4.zip $(git ls-files)
55
- name: Commit and push
0 commit comments