From cbf329f087a05cf99424e45f894cfb2f81ef7f9b Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 22 May 2023 17:43:39 -0400 Subject: [PATCH] Update release-branches.yml --- .github/workflows/release-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index c27540b..2c336bc 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -36,14 +36,14 @@ jobs: name: nix-actions-cache-X64-macOS path: cache-binary-X64-macOS - name: Persist the cache binary - run: cp ./cache-binary-macOS/nix-actions-cache ./artifacts/nix-actions-cache-X64-macOS + run: cp ./cache-binary-X64-macOS/nix-actions-cache ./artifacts/nix-actions-cache-X64-macOS - uses: actions/download-artifact@v3 with: name: nix-actions-cache-X64-Linux path: cache-binary-X64-Linux - name: Persist the cache binary - run: cp ./cache-binary-Linux/nix-actions-cache ./artifacts/nix-actions-cache-X64-Linux + run: cp ./cache-binary-X64-Linux/nix-actions-cache ./artifacts/nix-actions-cache-X64-Linux - name: Publish Release (Branch) env: