From 7945032259294671747709fc993a8a2714d2e181 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 21 Jun 2023 09:35:22 -0700 Subject: [PATCH] Update target file path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f83e9c7..0b5b31c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: name: linux-arm32 target: arm-unknown-linux-gnueabihf cross: true - target_file: target/arm-unknown-linux-gnueabihf/release-arm/quill + target_file: target/arm-unknown-linux-gnueabihf/release/quill asset_name: quill-linux-arm32 features: [static-ssl, hsm] - os: ubuntu-latest