Skip to content

Commit 9760c22

Browse files
Fix common build yaml name
1 parent 5b4f0ed commit 9760c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lighting-app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build Lighting-App variations
15-
uses: ./.github/workflows/common-build.yaml
15+
uses: ./.github/workflows/silabs-common-build.yaml
1616
with:
1717
example-app: "lighting-app"
1818
output-directory: "./out/lighting-app"

.github/workflows/lock-app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build Lock-App variations
15-
uses: ./.github/workflows/common-build.yaml
15+
uses: ./.github/workflows/silabs-common-build.yaml
1616
with:
1717
example-app: "lock-app"
1818
output-directory: "./out/lock-app"

0 commit comments

Comments
 (0)