Skip to content

Commit 549b175

Browse files
committed
Fix workflow
1 parent 7b0131a commit 549b175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: needs.changes.outputs.charts == 'true'
9999
defaults:
100100
run:
101-
working-directory: ./charts
101+
working-directory: ./chart_data_extractor
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Checkout Repo
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 0
132132

133133
build-template:
134-
name: Build Docker Image
134+
name: Build E2B template
135135
runs-on: ubuntu-latest
136136
needs: [build-docker-image]
137137
if: (!cancelled()) && (needs.changes.outputs.template == 'true' || needs.changes.outputs.charts == 'true')

0 commit comments

Comments
 (0)