Skip to content

Commit e303a29

Browse files
fix workflow
1 parent a9ca0ba commit e303a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-element-web.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Run rename/move script
3434
run: |
3535
chmod +x ./scripts/rename.sh
36-
# Use processed as stable folder
36+
# Make sure the folder exists
37+
mkdir -p ./processed
3738
./scripts/rename.sh ./upstream-release ./processed
3839
3940
# Step 5: Sync processed files into repo root safely

0 commit comments

Comments
 (0)