Skip to content

Commit

Permalink
Fix workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Nov 17, 2024
1 parent 5856b67 commit 484bc18
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 @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
latest_tag=$(git describe --tags --abbrev=0)
{ grep --color=auto -Pzo "(?<=## $latest_tag)((?!\n## )[\s\S])*" ./CHANGELOG.md || true; } | sed '$ s/.$//' > ./NEW_CHANGELOG.md
{ grep --color=auto -Pzo "(?<=## $latest_tag)((?!\n## )[\s\S])*" ./CHANGELOG.md || true; } | sed '$ s/.$//' > ./changelog/CHANGELOG.md
rel_type="release"
case $latest_tag in
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: changelog
path: ${{ github.workspace }}/changelog/CHANGELOG.md
path: ${{ github.workspace }}/changelog/**

build-jvm-jar:
name: Build JVM Jar
Expand Down

0 comments on commit 484bc18

Please sign in to comment.