From fb0fd4d8ab241d3b8bdd410d7a8241ba1405d135 Mon Sep 17 00:00:00 2001 From: Sam Sims Date: Fri, 6 Oct 2023 14:01:54 +0100 Subject: [PATCH] update github actions name --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 791c0a4..dc33023 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: - uses: taiki-e/upload-rust-binary-action@v1 with: # (required) - bin: krakenxtract + bin: kractor # (optional) On which platform to distribute the `.tar.gz` file. # [default value: unix] # [possible values: all, unix, windows, none]