Skip to content

Commit

Permalink
Download on release MacOS x86 and arm64 artifacts separately
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 13, 2024
1 parent c98daea commit cf2c070
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: DLT-Linux
- name: Download DLT macOS artifacts
- name: Download DLT macOS artifacts arm64
uses: actions/download-artifact@v4
with:
name: |
DLT-Mac-x86
DLT-Mac-arm64
name: DLT-Mac-arm64
- name: Download DLT macOS artifacts x86
uses: actions/download-artifact@v4
with:
name: DLT-Mac-x86
- name: Download DLT Windows parser artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit cf2c070

Please sign in to comment.