Skip to content

Commit e5467da

Browse files
committed
Fix deploy CI
1 parent e8f861e commit e5467da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: deno task build ${{ matrix.dir }}
9393

9494
- name: Clean up
95-
run: rm -rf target/
95+
run: rm -rf ${{ matrix.dir }}/target
9696

9797
- name: Deploy to Deno Deploy
9898
uses: denoland/deployctl@v1

0 commit comments

Comments
 (0)