File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,8 @@ jobs:
176176 TEST_WARNING=""
177177 fi
178178
179- cat > RELEASE_NOTES.md << EOF
179+ mkdir -p artifacts
180+ cat > artifacts/RELEASE_NOTES.md << EOF
180181 ${TEST_WARNING}## What's Changed
181182
182183 $CHANGELOG
@@ -205,7 +206,7 @@ jobs:
205206 - name : Create GitHub Release
206207 uses : softprops/action-gh-release@v1
207208 with :
208- body_path : RELEASE_NOTES.md
209+ body_path : artifacts/ RELEASE_NOTES.md
209210 files : artifacts/**/*.tar.gz
210211 draft : ${{ steps.check_test.outputs.is_test == 'true' }}
211212 prerelease : ${{ steps.check_test.outputs.is_test == 'true' }}
@@ -216,4 +217,4 @@ jobs:
216217 if : steps.check_test.outputs.is_test == 'false'
217218 run : cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
218219 env :
219- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
220+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 22
33# Local Claude Code instructions (not committed to repo)
44CLAUDE.local.md
5+ artifacts /
You can’t perform that action at this time.
0 commit comments