add support get id cloud project model #481
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Workflow | |
on: | |
push: | |
branches: | |
- dev | |
- master | |
pull_request: | |
branches: | |
- '!master' | |
jobs: | |
build: | |
name: windows-2022 | |
runs-on: windows-2022 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Run Nuke Build | |
run: ./build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }} |