We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304163 commit 7ddf669Copy full SHA for 7ddf669
.github/workflows/BuildPR.yml
@@ -105,7 +105,7 @@ jobs:
105
if: ${{ success() }}
106
with:
107
name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }}
108
- path: build/dist/DLTViewer*.tgz
+ path: build/install/DLTViewer.*
109
110
111
buildUbuntu20:
.github/workflows/Release.yml
@@ -97,7 +97,7 @@ jobs:
97
cp ../scripts/darwin/install.md dist
98
tar -czvf "dist/DLTViewer.tgz" -C /Users/runner/work/dlt-viewer/dlt-viewer/build/install .
99
- name: Archive artifact
100
- run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/dist
+ run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/install -i 'DLTViewer*'
101
102
uses: actions/upload-artifact@v4
103
0 commit comments