Skip to content

Commit 8f3d141

Browse files
committed
rename zip workflow
1 parent 4e341f5 commit 8f3d141

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
- name: Create LP1 SampleApps zip
5151
run: |
5252
cd ./DownloadableCodeProjects/az-2007-m2-explain-document
53-
rm -f ../Downloads/AZ2007M2SamplesZip.zip
54-
zip -r -q ../Downloads/AZ2007M2SamplesZip.zip $(git ls-files)
53+
rm -f ../Downloads/AZ2007LabAppM2.zip
54+
zip -r -q ../Downloads/AZ2007LabAppM2.zip $(git ls-files)
5555
- name: Commit and push
5656
uses: Endbug/add-and-commit@v7
5757
with:
58-
add: '["DownloadableCodeProjects/Downloads/AZ2007M2SamplesZip.zip"]'
58+
add: '["DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip"]'
5959
message: 'Updating Zip with sample app source files'
6060
push: true

0 commit comments

Comments
 (0)