From fb8cc9bf9d4d22278db34ccab17bd57ebaba336f Mon Sep 17 00:00:00 2001 From: Dylan Freedman Date: Mon, 22 Nov 2021 14:58:38 -0500 Subject: [PATCH] fix: windows aarch64 zip named correctly --- .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 354b960..a526394 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,6 +89,6 @@ jobs: with: files: | fastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.zip - fastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.zip + fastfec-windows-aarch64-${{ steps.get_version.outputs.VERSION }}.zip libfastfec-windows-x86_64-${{ steps.get_version.outputs.VERSION }}.dll libfastfec-windows-aarch64-${{ steps.get_version.outputs.VERSION }}.dll