Skip to content

Commit

Permalink
ci: fix release filenames to match mac installers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Jan 14, 2025
1 parent 1d8f4a0 commit c57408b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ jobs:
- name: Download MacOS x64 artifacts
uses: actions/download-artifact@v4
with:
name: cadt-macos-x64
path: cadt-macos-x64
name: cadt-macos-x64-installer.pkg
path: cadt-macos-x64-installer.pkg

- name: Download MacOS arm64 artifacts
uses: actions/download-artifact@v4
with:
name: cadt-macos-arm64
path: cadt-macos-arm64
name: cadt-macos-arm64-installer.pkg
path: cadt-macos-arm64-installer.pkg

- name: Download x64 Linux artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c57408b

Please sign in to comment.