From 18be429f50326313ffa2bbc9e1fbbb6f2a979dbf Mon Sep 17 00:00:00 2001 From: eleius <42178466+eleius@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:59:01 +0000 Subject: [PATCH] Update build_artifacts.yml typo --- .github/workflows/build_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index ec75821..48ff5a2 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -27,7 +27,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: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable