File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Options:
4343
4444Some 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)
4848csaf-validator --csaf-version 2.0 my-csaf-2-0-document.json
4949
You can’t perform that action at this time.
0 commit comments