Skip to content

lyzz0612/cocos-build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Cocos Creator Build Use ConfigPath

This action is forked from https://github.com/miggene/cocos-build,the difference is:

  1. only support configPath
  2. upload artifact is a option now

This action provides the following functionality for Github Actions users:

  • automate building for cocos creator project
  • configuring cocos_download_url, cocos-version, project_path, config_path, upload_artifact for building
  • only run on mac
inputs required description default
cocos_download_url false cocos creator download urls https://creator-api.cocos.com/api/cocoshub/editor_version_list?lang=zh
cocos_version false cocos creator version 3.8.4
config_path true cocos creator build config path ./web-desktop.json
project_path false project path for build ./
upload_artifact false whether upload artifact true

Usage

See action.yml

Basic

steps:
    - uses: actions/checkout@v2
    - uses: lyzz0612/cocos-build@v1.0.0
    	with:
        	config_path: ./web-desktop.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.9%
  • JavaScript 3.6%
  • Shell 2.5%