Skip to content

Commit

Permalink
Less noise in MacOS artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 29, 2024
1 parent df6a563 commit bd5af3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ success() }}
with:
name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }}
path: build/dist/DLTViewer*.tgz
path: build/install/DLTViewer.*


buildLinux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cp ../scripts/darwin/install.md dist
tar -czvf "dist/DLTViewer.tgz" -C /Users/runner/work/dlt-viewer/dlt-viewer/build/install .
- name: Archive artifact
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/dist
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/install -i 'DLTViewer*'
- name: Archive artifact
uses: actions/upload-artifact@v4
if: ${{ success() }}
Expand Down

0 comments on commit bd5af3e

Please sign in to comment.