The idea is to automate the work of @kaiser-chris to manually replace the bundled tiger versions each time you update tiger aka create an release.
So I'd like to propose a change to your release workflow or a new workflow that listens for the release.published event and sends a repository_dispatch to https://github.com/kaiser-chris/tiger-action-public using https://github.com/peter-evans/repository-dispatch (your free to choose something else)
The only other requirement is that @kaiser-chris gives you an access token to the tiger-action repo. Thats for him to decide.
The tiger-action repo would then only need a workflow that listens for repository_dispatch and downloads the latest Linux builds of Vic3 Tiger and CK3 Tiger. (Maybe extract them too.)
The idea is to automate the work of @kaiser-chris to manually replace the bundled tiger versions each time you update tiger aka create an release.
So I'd like to propose a change to your release workflow or a new workflow that listens for the
release.publishedevent and sends arepository_dispatchto https://github.com/kaiser-chris/tiger-action-public using https://github.com/peter-evans/repository-dispatch (your free to choose something else)The only other requirement is that @kaiser-chris gives you an access token to the tiger-action repo. Thats for him to decide.
The tiger-action repo would then only need a workflow that listens for
repository_dispatchand downloads the latest Linux builds of Vic3 Tiger and CK3 Tiger. (Maybe extract them too.)