Skip to content

Commit

Permalink
Fix subfolder warning on release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHCenalmor committed Oct 4, 2024
1 parent 9a2dc1a commit 98ce2ea
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 @@ -21,7 +21,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "artifact_folder/*" # Add the downloaded artifact
artifacts: "artifact_folder/**/*" # Add the downloaded artifact
makeLatest: true
name: "${{ github.event.head_commit.message }}" # Set the release name as the commit message
bodyFile: "./docs/CHANGELOG/${{ github.ref_name }}.md" # Look for the markdown file with the version name and use it as release message

0 comments on commit 98ce2ea

Please sign in to comment.