From 4aa707f01e6a7e38b993d85d46095bfcb151d86b Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Fri, 9 Aug 2024 11:47:07 +0200 Subject: [PATCH] chore: Create correct target directories --- .github/workflows/early-access.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 0a4179f4..df58542b 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -134,7 +134,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3659308a..d7c276e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -208,7 +208,7 @@ jobs: - name: Move build artifacts to correct folder run: | - targets=("ubuntu-latest" "macOS-latest" "macOS-arm64-latest" "windows-latest") + targets=("ubuntu-latest" "macOS-latest" "macos-14" "windows-latest") mkdir -p artifacts