Skip to content

Commit

Permalink
Fixes artifact download for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Dec 27, 2023
1 parent 52548ee commit a7b1654
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ jobs:
- name: Download Nuggets
uses: actions/download-artifact@v4
with:
name: |
QPdfSharp
QPdfSharp.Interop
pattern: QPdfSharp*
merge-multiple: true

- name: Update Changelog with Release Notes
run: cat RELEASE_NOTES.md CHANGELOG.md > temp && mv temp CHANGELOG.md
Expand Down

0 comments on commit a7b1654

Please sign in to comment.