├── Dockerfile ├── LICENSE ├── ReadMe.md ├── action.yml └── entrypoint.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeslayla/butler-publish-itchio-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeslayla/butler-publish-itchio-action/HEAD/LICENSE -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeslayla/butler-publish-itchio-action/HEAD/ReadMe.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeslayla/butler-publish-itchio-action/HEAD/action.yml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeslayla/butler-publish-itchio-action/HEAD/entrypoint.sh --------------------------------------------------------------------------------