Skip to content

Commit 407d2f4

Browse files
committed
changed working dir for removing e2b template
1 parent ed6485e commit 407d2f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
run: npm install -g @e2b/cli
5151

5252
- name: Remove existing e2b.toml
53-
run: rm -f e2b.toml
53+
working-directory: ./template
54+
run: rm ./e2b.toml
5455

5556
- name: Build E2B template
5657
id: build-template

0 commit comments

Comments
 (0)