From 1bb638d58263582903973fc4a9cc67224c3a6165 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 26 Feb 2020 03:11:34 -0800 Subject: [PATCH] Lol, plural --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2364e80b..1aeb5987 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Download Binary Artifact uses: actions/download-artifact@v1 with: - name: binary-${{ matrix.os-name }} + name: binaries-${{ matrix.os-name }} path: ./ # Prepare AppVersion & Release - name: Prepare AppVersion & Release