Skip to content

Commit 1ae8b4e

Browse files
jlia0claude
andcommitted
fix(ci): remove references to non-existent lib/ directory in release workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 439e674 commit 1ae8b4e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
cp -r packages/ "$BUNDLE_DIR/"
7777
cp -r node_modules/ "$BUNDLE_DIR/"
7878
cp -r scripts/ "$BUNDLE_DIR/"
79-
cp -r lib/ "$BUNDLE_DIR/"
8079
cp -r docs/ "$BUNDLE_DIR/"
8180
cp -r .agents/ "$BUNDLE_DIR/"
8281
cp -r tinyoffice/ "$BUNDLE_DIR/"
@@ -95,9 +94,6 @@ jobs:
9594
chmod +x "$BUNDLE_DIR/bin/tinyagi"
9695
chmod +x "$BUNDLE_DIR/bin/tinyclaw"
9796
chmod +x "$BUNDLE_DIR/scripts/install.sh"
98-
chmod +x "$BUNDLE_DIR/lib/tinyagi.sh"
99-
chmod +x "$BUNDLE_DIR/lib/heartbeat-cron.sh"
100-
chmod +x "$BUNDLE_DIR/lib/update.sh"
10197
10298
# Create tarball
10399
cd "$TEMP_DIR"

0 commit comments

Comments
 (0)