Skip to content

Commit

Permalink
chore: Create correct target directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Aug 9, 2024
1 parent 105fe1d commit 4aa707f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aa707f

Please sign in to comment.