Skip to content

Separation of Release and Main/Dev Versions for Game Web Exports #34

Open
@HunterNN

Description

@HunterNN

Currently, game exports a web version for every push and pull request directly to the root folder of the GitHub page. This setup can lead to confusion between release (public) and artifact (internal) versions of the game.

To improve organization and clarity, it is suggested to update the release process as follows:

1. Create a new subfolder within the GitHub page for storing web export artifacts generated from push and pull request events.
2. Modify the release process to perform the web export to the root folder of the GitHub page (only when a tag is created), signifying an official game release version.

This change will ensure that the root folder contains only the most recent stable release version for public use, while the subfolder holds all intermediate artifact versions for internal testing and development purposes.

The release candidate should be deployed to the itch.io page, while the master branch version remains on the GitHub page.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions