开发者

Automatically uploading SWC as a GitHub download

开发者 https://www.devze.com 2023-03-01 23:56 出处:网络
It\'s a rather annoying process of uploading the newest SWC every time you commit to GitHub. And if you forget to upload the 开发者_运维技巧SWC, people will be using old versions.

It's a rather annoying process of uploading the newest SWC every time you commit to GitHub. And if you forget to upload the 开发者_运维技巧SWC, people will be using old versions.

Is there any way to automate that process?


You can do it using ANT see links also you can build SWC From ANT

1) ant-git-macros 2) Github ANT Scripts


According to GitHub, You can do this automatically by tagging a point in your repository.


I also found a Ruby "GitHub Upload" script which was easy enough to include in my build script. https://github.com/wereHamster/ghup

0

精彩评论

暂无评论...
验证码 换一张
取 消