Skip to content

Commit

Permalink
Fix MAcOS release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 29, 2024
1 parent d46c8d9 commit 3a22bf2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
run: scripts/darwin/build.sh
- name: Archive artifact
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/dist
- name: Upload DLT artifact
- name: Archive artifact
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: DLT-Mac-${{ matrix.abi }}
path: DLT-macOS-${{ matrix.abi }}.zip
name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }}
path: build/dist/DLTViewer*.tgz

buildLinux:
name: Build ${{ matrix.ubuntu }}
Expand Down

0 comments on commit 3a22bf2

Please sign in to comment.