Fix incorrect parameter name in README.md example config

This commit is contained in:
Seppe 2024-10-19 13:34:58 +08:00 committed by Dave Rolsky
parent 99d882779c
commit 294bb6a7fe

View File

@ -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 }}
```