From: Soeren Apel Date: Sun, 25 Aug 2024 21:13:21 +0000 (+0200) Subject: build.yml: Fix release/debug appimage artifact upload for PV X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6e0498fdd172593ed06edf27e2374eeedd08d6eb;p=sigrok-build.git build.yml: Fix release/debug appimage artifact upload for PV --- 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