Skip to content

Commit b5896bd

Browse files
authored
Update build-linux-app.yml
1 parent a7ced86 commit b5896bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-linux-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
cd dist &&
1717
zip tool3rd-linux.zip tool3rd*.deb tool3rd*.snap tool3rd*.AppImage -s 64m &&
1818
git add tool3rd-linux.z* &&
19+
git config user.name "Seokseong Jeon"
20+
git config user.email "[email protected]'
1921
git commit -m "Linux app" &&
2022
git push origin build/linux

0 commit comments

Comments
 (0)