Skip to content

Commit

Permalink
I am blind
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Sep 12, 2022
1 parent c2e6476 commit eff1f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
id: version
uses: "WyriHaximus/github-action-get-previous-tag@v1"
- name: Rename changelog
run: mv CHANGELOG.md CHANGELOG-${{ steps.modpack-info.outputs.tag }}.md
run: mv CHANGELOG.md CHANGELOG-${{ steps.version.outputs.tag }}.md
- name: Upload changelog
uses: actions/upload-artifact@v2
with:
name: changelog
path: CHANGELOG-${{ steps.modpack-info.outputs.tag }}.md
path: CHANGELOG-${{ steps.version.outputs.tag }}.md

build-modpack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eff1f39

Please sign in to comment.