Skip to content

Commit

Permalink
added missing $ in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrehmann committed Dec 11, 2024
1 parent c339cb9 commit eccea0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Archive reports
uses: actions/upload-artifact@v4
with:
name: maven-site-{{ matrix.java }}-${{ matrix.module }}
name: maven-site-${{ matrix.java }}-${{ matrix.module }}
path: target/site/

env:
Expand Down

0 comments on commit eccea0a

Please sign in to comment.