Skip to content

Commit 18103b1

Browse files
committed
typo
1 parent 7036f21 commit 18103b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
echo "SOURCE_FOLDER_PATH=docs/notebooks" >> $GITHUB_ENV
2121
echo "TARGET_FOLDER_NAME=data_designer_tutorial" >> $GITHUB_ENV
22-
echo "ZIP_FILE_NAME=data_designer_tutorial" >> $GITHUB_ENV
22+
echo "ZIP_FILE_NAME=data_designer_tutorial.zip" >> $GITHUB_ENV
2323
2424
- name: Check if source folder exists
2525
run: |

0 commit comments

Comments
 (0)