Skip to content

Commit 5e4c7b5

Browse files
committed
Update
1 parent e43479e commit 5e4c7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/addon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
for vv in $(ls -1d .github/addon/*); do
2121
echo $vv
2222
cd "$vv"
23-
7z a -t7z -y ../${vv##*/}.add &
23+
7z a -t7z -y ../${vv##*/}.add
2424
cd ~
2525
done
2626

0 commit comments

Comments
 (0)