Skip to content

Commit f2b9698

Browse files
committed
Fixed path
1 parent a82cffe commit f2b9698

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: csaf-validator-linux-amd64
27-
path: target/csaf-validator
27+
path: target/release/csaf-validator
2828
build-macos:
2929
runs-on: macos-latest
3030
steps:
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: csaf-validator-macos-arm64
42-
path: target/csaf-validator
42+
path: target/release/csaf-validator
4343
publish:
4444
runs-on: ubuntu-latest
4545
needs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options:
4343

4444
Some examples to use are included below. Please note that the validation is not yet fully implemented!
4545

46-
```
46+
```bash
4747
# validate a CSAF 2.0 document with profile basic (the default)
4848
csaf-validator --csaf-version 2.0 my-csaf-2-0-document.json
4949

0 commit comments

Comments
 (0)