Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Dec 8, 2024
1 parent a82cffe commit f2b9698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: csaf-validator-linux-amd64
path: target/csaf-validator
path: target/release/csaf-validator
build-macos:
runs-on: macos-latest
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: csaf-validator-macos-arm64
path: target/csaf-validator
path: target/release/csaf-validator
publish:
runs-on: ubuntu-latest
needs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Options:

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

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

Expand Down

0 comments on commit f2b9698

Please sign in to comment.