diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 9d88250..9d6a26e 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -62,7 +62,7 @@ jobs: name: magic-nix-cache-ARM64-Linux path: cache-binary-ARM64-Linux - name: Persist the cache binary - run: cp ./cache-binary-ARM64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-Linux + run: cp ./cache-binary-ARM64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-Linux - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index cc274f0..5a2773f 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -50,7 +50,7 @@ jobs: name: magic-nix-cache-ARM64-Linux path: cache-binary-ARM64-Linux - name: Persist the cache binary - run: cp ./cache-binary-ARM64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-Linux + run: cp ./cache-binary-ARM64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-Linux - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2