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 a9ca0ba commit e303a29Copy full SHA for e303a29
.github/workflows/sync-element-web.yml
@@ -33,7 +33,8 @@ jobs:
33
- name: Run rename/move script
34
run: |
35
chmod +x ./scripts/rename.sh
36
- # Use processed as stable folder
+ # Make sure the folder exists
37
+ mkdir -p ./processed
38
./scripts/rename.sh ./upstream-release ./processed
39
40
# Step 5: Sync processed files into repo root safely
0 commit comments