We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7036f21 commit 18103b1Copy full SHA for 18103b1
.github/workflows/pack-tutorials.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
echo "SOURCE_FOLDER_PATH=docs/notebooks" >> $GITHUB_ENV
21
echo "TARGET_FOLDER_NAME=data_designer_tutorial" >> $GITHUB_ENV
22
- echo "ZIP_FILE_NAME=data_designer_tutorial" >> $GITHUB_ENV
+ echo "ZIP_FILE_NAME=data_designer_tutorial.zip" >> $GITHUB_ENV
23
24
- name: Check if source folder exists
25
0 commit comments