Skip to content

Commit a1aea12

Browse files
workflow fix
1 parent 6dceff1 commit a1aea12

3,659 files changed

Lines changed: 4 additions & 613750 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ jobs:
5858
git config user.name "github-actions"
5959
git config user.email "actions@github.com"
6060
61+
# Clean up temporary files
62+
rm -rf upstream-release element-web.tar.gz
63+
6164
# Save the current release version
6265
echo "${{ steps.release.outputs.tag }}" > current-release.txt
6366
6467
# Only commit if there are changes
6568
if [ -n "$(git status --porcelain)" ]; then
66-
git add .
69+
git add processed/ current-release.txt
6770
git commit -m "Update to ${{ steps.release.outputs.tag }}"
6871
git push origin main
6972
else

current-release.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

element-web.tar.gz

-22.7 MB
Binary file not shown.

upstream-release/.dockerignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

upstream-release/.editorconfig

Lines changed: 0 additions & 24 deletions
This file was deleted.

upstream-release/.eslintignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)