Skip to content

Commit ff47577

Browse files
committed
WIP: mod: .github/workflows/build.yml (main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 64843a0 commit ff47577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444

4545
- name: check
4646
run:
47-
ls $${{ step.contents.file }}
47+
ls $${{ steps.contents.file }}
4848
- name: Upload artifacts
4949
# yamllint disable-line rule:line-length
5050
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5151
with:
5252
# yamllint disable-line
5353
name: ${{ github.event.repository.name }}-bin
54-
path: $${{ step.contents.file }}
54+
path: $${{ steps.contents.file }}

0 commit comments

Comments
 (0)