We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ced86 commit b5896bdCopy full SHA for b5896bd
.github/workflows/build-linux-app.yml
@@ -16,5 +16,7 @@ jobs:
16
cd dist &&
17
zip tool3rd-linux.zip tool3rd*.deb tool3rd*.snap tool3rd*.AppImage -s 64m &&
18
git add tool3rd-linux.z* &&
19
+ git config user.name "Seokseong Jeon"
20
+ git config user.email "[email protected]'
21
git commit -m "Linux app" &&
22
git push origin build/linux
0 commit comments