Skip to content

Commit

Permalink
Pass zip file made during maven release build to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Nov 15, 2024
1 parent ac5f1dc commit a809055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
with:
tag_name: v${{ inputs.release_version }}
body_path: src/build/release/release-body.md
files: target/qudt-public-repo-*.zip
files: target/checkout/target/qudt-public-repo-*.zip

# Read version changelog
- id: get-changelog
Expand Down

0 comments on commit a809055

Please sign in to comment.