Skip to content

Commit

Permalink
Fix changelog download
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Feb 21, 2024
1 parent ff5a4b4 commit 4832733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v4
with:
name: Changelog
name: prepared_changelog.md
path: prepared_changelog.md
publish:
needs:
Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: .
pattern: Changelog
pattern: prepared_changelog.md

- name: List build artifacts
run: ls -R build
Expand Down

0 comments on commit 4832733

Please sign in to comment.