From 6e0498fdd172593ed06edf27e2374eeedd08d6eb Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sun, 25 Aug 2024 23:13:21 +0200 Subject: [PATCH] build.yml: Fix release/debug appimage artifact upload for PV --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37e6429..366e9f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -288,7 +288,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: artifact-pulseview-${{ matrix.target.target }}-appimage + name: artifact-pulseview-${{ matrix.target.target }}-${{ matrix.build_type.name }}-appimage path: sigrok-build/ci/appimage/appimage-build/pulseview-*.appimage @@ -597,7 +597,8 @@ jobs: artifact-pulseview-i686-release-mxe/pulseview-* artifact-pulseview-x86_64-debug-mxe/pulseview-* artifact-pulseview-x86_64-release-mxe/pulseview-* - artifact-pulseview-x86_64-appimage/pulseview-* + artifact-pulseview-x86_64-debug-appimage/pulseview-* + artifact-pulseview-x86_64-release-appimage/pulseview-* artifact-pulseview-macos/pulseview-* tag_name: continuous generate_release_notes: false