Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Sep 12, 2024
1 parent 8dd47cd commit 0fb6add
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Use the `symbol-upload` action in your [GitHub Actions](https://github.com/featu
version: "your-version"
files: "**/*.{pdb,exe,dll}"
directory: "your-build-directory"
node-version: "20"
node-version: "22"
dumpSyms: false
```
Be sure to use [secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) so that you don't expose the values for `clientId`, `clientSecret`, and `database`.
Expand All @@ -45,7 +46,7 @@ Be sure to use [secrets](https://docs.github.com/en/actions/security-guides/usin
```bash
bobby@BugSplat % ~ % symbol-upload -h
@bugsplat/symbol-upload v7.2.2
@bugsplat/symbol-upload v10.1.0
symbol-upload contains a command line utility and a set of libraries to help
you upload symbol files to BugSplat.
Expand Down

0 comments on commit 0fb6add

Please sign in to comment.