Skip to content

Commit 3c28818

Browse files
committed
updated LP2 workflow with underscore
1 parent c15b0f3 commit 3c28818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/LP2SampleApps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
branches:
3636
- 'main'
3737
paths:
38-
- DownloadableCodeProjects/LP2_implement-interfaces/**
38+
- DownloadableCodeProjects/LP2_implement_interfaces/**
3939

4040
defaults:
4141
run:
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v4
5050
- name: Create LP2 SampleApps zip
5151
run: |
52-
cd ./DownloadableCodeProjects/LP2_implement-interfaces
52+
cd ./DownloadableCodeProjects/LP2_implement_interfaces
5353
rm -f ../Downloads/LP2SampleApps.zip
5454
zip -r -q ../Downloads/LP2SampleApps.zip $(git ls-files)
5555
- name: Commit and push

0 commit comments

Comments
 (0)