Skip to content

Commit 2000f95

Browse files
committed
Use dfetch from the path
1 parent 543f85b commit 2000f95

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
msiexec /i "dfetch-package\\dfetch.msi" /qn
127127
shell: pwsh
128128

129-
- run: ./dfetch init
130-
- run: ./dfetch environment
131-
- run: ./dfetch validate
132-
- run: ./dfetch check
133-
- run: ./dfetch update
134-
- run: ./dfetch update
135-
- run: ./dfetch report -t sbom
129+
- run: dfetch init
130+
- run: dfetch environment
131+
- run: dfetch validate
132+
- run: dfetch check
133+
- run: dfetch update
134+
- run: dfetch update
135+
- run: dfetch report -t sbom

0 commit comments

Comments
 (0)