Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GitHub Action deployment cleanup. (#44)
- Cleanup should delete newly released executables from GitHub, so they will only be available on itch.io after deployment. Remove the "tags/" prefix from the tag specification that is causing the GitHub Action to not find the currently released tag. - Run cleanup only after itch.io deployment is complete, as it depends on the GitHub executables being present. - Only deploy to itch.io when a release is 'published', not 'created' or 'edited'. This is the recommended standard practice to prevent unintended, faulty or duplicate deployments (such as from draft releases).
- Loading branch information