Skip to content

Commit 7ddf669

Browse files
committed
Less noise in MacOS artifact
1 parent d304163 commit 7ddf669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: ${{ success() }}
106106
with:
107107
name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }}
108-
path: build/dist/DLTViewer*.tgz
108+
path: build/install/DLTViewer.*
109109

110110

111111
buildUbuntu20:

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cp ../scripts/darwin/install.md dist
9898
tar -czvf "dist/DLTViewer.tgz" -C /Users/runner/work/dlt-viewer/dlt-viewer/build/install .
9999
- name: Archive artifact
100-
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/dist
100+
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/install -i 'DLTViewer*'
101101
- name: Archive artifact
102102
uses: actions/upload-artifact@v4
103103
if: ${{ success() }}

0 commit comments

Comments
 (0)