Fix typo in release name of noseflupdate binary (fix #256)

noseflupdate -> noselfupdate
This commit is contained in:
w1nst0n 2022-07-03 02:15:18 +02:00
commit 5584856aec
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D

View file

@ -30,7 +30,7 @@ jobs:
- update_feature: self-update
update_name: '' # we don't want this in the binary filename
- update_feature: no-self-update
update_name: "-noseflupdate"
update_name: "-noselfupdate"
steps:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1