Files
linker/push-dev.bat
2024-08-29 16:47:57 +08:00

11 lines
142 B
Batchfile

@echo off
SET comment=%1
cd linker.updater.gen
node index.js
cd ../
git add .
git commit -m "%comment%"
git push origin-github dev --tags