Skip to content

Commit

Permalink
Fix changelog download again x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Feb 21, 2024
1 parent 68c39d6 commit 6b3e9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
- name: Download Changelog
uses: actions/download-artifact@v4
with:
path: build/changelog
path: .
pattern: build-changelog

- name: List build artifacts
run: ls -R build
- name: Show Changelog
run: cat build/changelog/prepared_changelog.md
run: cat build-changelog/prepared_changelog.md

- name: Get Version and Platform
id: properties
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
name: "AstralBot ${{ steps.properties.outputs.version }} Forge ${{ steps.properties.output.minecraftVersion }}"
version: ${{ steps.properties.outputs.version }}
version-type: release
changelog-file: build/changelog/prepared_changelog.md
changelog-file: build-changelog/prepared_changelog.md
loaders: forge
game-versions: ${{ steps.properties.outputs.minecraftVersion }}
version-resolver: exact
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
name: "AstralBot ${{ steps.properties.outputs.version }} Fabric ${{ steps.properties.output.minecraftVersion }}"
version: ${{ steps.properties.outputs.version }}
version-type: release
changelog-file: build/changelog/prepared_changelog.md
changelog-file: build-changelog/prepared_changelog.md
loaders: fabric
game-versions: ${{ steps.properties.outputs.minecraftVersion }}
version-resolver: exact
Expand Down

0 comments on commit 6b3e9f6

Please sign in to comment.