]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Fix release/debug appimage artifact upload for PV
authorSoeren Apel <redacted>
Sun, 25 Aug 2024 21:13:21 +0000 (23:13 +0200)
committerSoeren Apel <redacted>
Sun, 25 Aug 2024 21:13:21 +0000 (23:13 +0200)
.github/workflows/build.yml

index 37e64299ad818dc9dc72c48375f859e6104926bd..366e9f65b9c3117b15b95b7245c0ab6332ba3c27 100644 (file)
@@ -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