Skip to content

Commit 304421a

Browse files
authored
ci(update-snapshots): inflate and remove uploaded zip
1 parent c0024b2 commit 304421a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-snapshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
for filepath in snapshots-*.zip
107107
do
108108
unzip -o $filepath
109+
unzip -o snapshots.zip
110+
rm snapshots.zip
109111
rm $filepath
110112
done
111113
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)