TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.93k stars 555 forks source link

Add Github action to upload complete tarball #1112

Closed i0ntempest closed 7 months ago

i0ntempest commented 7 months ago

Changes:

Nothing changed in the game itself. This new workflow creates a complete tarball upon every release. shameless (almost) copy from pytorch repo workflow Closes: https://github.com/TerryCavanagh/VVVVVV/issues/1111

Legal Stuff:

By submitting this pull request, I confirm that...

flibitijibibo commented 7 months ago

I think this depends on a specific setup for releases; what I can do is copy over the process I do for FNA releases which recursively grabs submodules and trims all the git dotfiles.

Sorry for the runaround, expect an archive of 2.4 later this weekend. I'll update the linked issue accordingly!

i0ntempest commented 7 months ago

Thanks, just confirming this will be done (automatically?) for future releases as well?

flibitijibibo commented 7 months ago

Probably not automatically, but I have scripts for this that I can copy over from my other projects that'll make it super quick.

i0ntempest commented 7 months ago

Sure. Still think an automatic workflow would be easier but I’m happy as long as full tarballs are provided.

flibitijibibo commented 7 months ago

Release has been updated with VVVVVV-2.4.zip, which contains all the submodules with the quirks included.