microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 207 forks source link

Checking in does not build the game #6508

Open nbarkhina opened 5 days ago

nbarkhina commented 5 days ago

I have a MakeCode arcade game that I checked into GitHub:

https://github.com/nbarkhina/tetris-makecode?tab=readme-ov-file

The first checkin generated a copy of the game here which users can play in the browser:

https://nbarkhina.github.io/tetris-makecode/

however every new checkin that I do from MakeCode is not updating this initial generated copy, it's still showing the old version that initially got checked in. Is there a way to regenerate this built web version? So people can play the latest version on the web?

Also according to this documentation it's supposed to render the compiled game but it doesn't seem like it's doing that -

https://arcade.makecode.com/github/pages

After checking in and clicking the "Open Pages" it's still the old version -

image

thanks

nbarkhina commented 5 days ago

Update - I think I figured it out, you have to click on "Create Release" and that is what updates the compiled version in GitHub pages. Is that correct?

image