Skip to content

Commit a7bc585

Browse files
committed
Exclude tmp/ from release tarball
1 parent aee55dc commit a7bc585

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
--exclude='PAUSED' \
7171
--exclude='docs/evaluation/' \
7272
--exclude='opencode.json' \
73+
--exclude='tmp/' \
7374
. "${STAGING}/"
7475
7576
tar -czf "${TARBALL}" "${STAGING}/"

0 commit comments

Comments
 (0)