diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cdf7f79..7eda317 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/upload-artifact@v3.1.2 with: # Artifact name - name: magic-nix-cache-ARM64-macOS.closure.xz + name: magic-nix-cache-ARM64-macOS path: magic-nix-cache.closure.xz retention-days: 1 @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v3.1.2 with: # Artifact name - name: magic-nix-cache-X64-macOS.closure.xz + name: magic-nix-cache-X64-macOS path: magic-nix-cache.closure.xz retention-days: 1 @@ -80,6 +80,6 @@ jobs: uses: actions/upload-artifact@v3.1.2 with: # Artifact name - name: magic-nix-cache-X64-Linux.closure.xz + name: magic-nix-cache-X64-Linux path: magic-nix-cache.closure.xz retention-days: 1 diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 0672ebf..7a29d79 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -37,21 +37,21 @@ jobs: name: magic-nix-cache-ARM64-macOS path: cache-binary-ARM64-macOS - name: Persist the cache binary - run: cp ./cache-binary-ARM64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-macOS + run: cp ./cache-binary-ARM64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-macOS path: cache-binary-X64-macOS - name: Persist the cache binary - run: cp ./cache-binary-X64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-X64-macOS + run: cp ./cache-binary-X64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-Linux path: cache-binary-X64-Linux - name: Persist the cache binary - run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + run: cp ./cache-binary-X64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-Linux - name: Publish Release (Branch) env: diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 0d87add..42d6252 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -41,21 +41,21 @@ jobs: name: magic-nix-cache-ARM64-macOS path: cache-binary-ARM64-macOS - name: Persist the cache binary - run: cp ./cache-binary-ARM64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-macOS + run: cp ./cache-binary-ARM64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-macOS path: cache-binary-X64-macOS - name: Persist the cache binary - run: cp ./cache-binary-X64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-X64-macOS + run: cp ./cache-binary-X64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-Linux path: cache-binary-X64-Linux - name: Persist the cache binary - run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + run: cp ./cache-binary-X64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-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 881ef9b..1e5b5d4 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -29,21 +29,21 @@ jobs: name: magic-nix-cache-ARM64-macOS path: cache-binary-ARM64-macOS - name: Persist the cache binary - run: cp ./cache-binary-ARM64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-macOS + run: cp ./cache-binary-ARM64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-macOS path: cache-binary-X64-macOS - name: Persist the cache binary - run: cp ./cache-binary-X64-macOS/magic-nix-cache ./artifacts/magic-nix-cache-X64-macOS + run: cp ./cache-binary-X64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-macOS - uses: actions/download-artifact@v3 with: name: magic-nix-cache-X64-Linux path: cache-binary-X64-Linux - name: Persist the cache binary - run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + run: cp ./cache-binary-X64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-Linux - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2