Skip to content

Commit a02ed45

Browse files
authored
Update publish.yml : force overwrite
1 parent 3dc4048 commit a02ed45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
unzip "$file" _config.txt
137137
echo "_version|$TAG" >> _config.txt
138138
echo "_prjname|$REPO" >> _config.txt
139-
zip -u "$file" _config.txt
139+
zip -u -o "$file" _config.txt
140+
rm _config.txt
140141
gh release upload "$TAG" "$file" --repo "$REPO" --clobber
141142
done

0 commit comments

Comments
 (0)