Skip to content

Commit

Permalink
Slight fixes to the build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Feb 21, 2024
1 parent 13c04d6 commit ff5a4b4
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 @@ -87,11 +87,11 @@ jobs:
- name: Download Changelog
uses: actions/download-artifact@v4
with:
path: prepared_changelog.md
path: .
pattern: Changelog

- name: List build artifacts
run: ls -R fabric forge
run: ls -R build
- name: Show Changelog
run: cat prepared_changelog.md

Expand Down

0 comments on commit ff5a4b4

Please sign in to comment.