From 7da6ac0a2acc0120d8e90a42d7b4a2cf48a60117 Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Tue, 23 Jan 2024 15:08:41 -0800 Subject: [PATCH] Update build.yml I had set it to download the windows dist artifact twice and the macOS dist artifact got skipped. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 249c2c4..bf2944e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: path: dist/ - uses: actions/download-artifact@v4 with: - name: dist-windows-latest + name: dist-macos-latest path: dist/ - name: Generate SHA256 files for each wheel run: |