Skip to content

Commit 30ade33

Browse files
committed
Fix release workflows: remove references of deleted commands directory
1 parent 0345a35 commit 30ade33

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/nightly-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
9191
cp ../README.md "${RELEASE_DIR}/"
9292
cp ../LICENSE "${RELEASE_DIR}/"
93-
cp -r ../commands "${RELEASE_DIR}/"
9493
cp -r ../skills "${RELEASE_DIR}/"
9594
9695
- name: Set up Go

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
9191
cp ../README.md "${RELEASE_DIR}/"
9292
cp ../LICENSE "${RELEASE_DIR}/"
93-
cp -r ../commands "${RELEASE_DIR}/"
9493
cp -r ../skills "${RELEASE_DIR}/"
9594
9695
- name: Set up Go

0 commit comments

Comments
 (0)