Skip to content

Commit b60b718

Browse files
thyngsterclaude
andcommitted
Add dist artifact to release workflow, ignore .claude dir
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1499508 commit b60b718

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.claude/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
- run: npm run build
2424

25+
- run: tar -czf dist.tar.gz dist/
26+
2527
- uses: softprops/action-gh-release@v2
2628
with:
2729
generate_release_notes: true
30+
files: dist.tar.gz

0 commit comments

Comments
 (0)