Skip to content

Commit e2edfae

Browse files
committed
trying again
1 parent 8a38314 commit e2edfae

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Create ZIP of subfolder
1818
run: |
1919
SUBFOLDER="docs/notebooks"
20-
ZIP_NAME="${SUBFOLDER}.zip"
20+
ZIP_NAME="tutorials.zip"
2121
2222
if [ ! -d "$SUBFOLDER" ]; then
2323
echo "Error: Subfolder '$SUBFOLDER' does not exist."

0 commit comments

Comments
 (0)