We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15b0f3 commit 3c28818Copy full SHA for 3c28818
.github/workflows/LP2SampleApps.yml
@@ -35,7 +35,7 @@ on:
35
branches:
36
- 'main'
37
paths:
38
- - DownloadableCodeProjects/LP2_implement-interfaces/**
+ - DownloadableCodeProjects/LP2_implement_interfaces/**
39
40
defaults:
41
run:
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v4
50
- name: Create LP2 SampleApps zip
51
run: |
52
- cd ./DownloadableCodeProjects/LP2_implement-interfaces
+ cd ./DownloadableCodeProjects/LP2_implement_interfaces
53
rm -f ../Downloads/LP2SampleApps.zip
54
zip -r -q ../Downloads/LP2SampleApps.zip $(git ls-files)
55
- name: Commit and push
0 commit comments