I tried to use GitHub integration for my Cloud Scripts, setup a repository that contains several .ts files and a single build/index.js file, but after commit/push I don't see any new revisions in the dashboard and I still can create new revisions from the dashboard.
I expect that the dashboard disable the ability of "creating new revisions" and will show code from the index.js file, but I see that GitHub integration "works" and I can save new revisions manually at the same time. The revisions dropdown shows only my previous revisions.
What's wrong?
Answer by Gosen Gao · Oct 14, 2021 at 07:10 AM
After you change your code in Github, please refresh the page to get the new revision.
Binding to Github will remove the UPLOAD NEW REVISION button, but you can still modify the code in the Game Manager.
I don't see any new revisions after repository push
Please move the index.js file to the root path and try again.