From bd5af3e503c81618be3e48b5048c5627f8bea425 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 16 Sep 2024 21:09:52 +0200 Subject: [PATCH] Less noise in MacOS artifact --- .github/workflows/BuildPR.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index d399e8ef..d9460dc9 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -105,7 +105,7 @@ jobs: if: ${{ success() }} with: name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }} - path: build/dist/DLTViewer*.tgz + path: build/install/DLTViewer.* buildLinux: diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 87519599..9be978a0 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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() }}