From 582750f79bca9b1ef165aa03246e54f85f5d03c3 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 16 Jul 2024 20:55:19 +0200 Subject: [PATCH] fix CI script typo --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 134f1a27..623dbe1d 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -198,7 +198,7 @@ jobs: - name: Save Archive uses: actions/upload-artifact@v4 - with:- + with: name: sdrpp_macos_arm path: ${{runner.workspace}}/sdrpp_macos_arm.zip