Skip to content

Commit

Permalink
Fix incorrect parameter name in README.md example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppe authored and autarch committed Oct 19, 2024
1 parent 99d8827 commit 294bb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
binary-name: ubi
executable-name: ubi
target: ${{ matrix.platform.target }}
```
Expand Down

0 comments on commit 294bb6a

Please sign in to comment.