Skip to content

Commit

Permalink
build.yml: Fix release/debug appimage artifact upload for PV
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 25, 2024
1 parent 95ccd2f commit 6e0498f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e0498f

Please sign in to comment.