#Some changes

1 messages · Page 1 of 1 (latest)

pale ferry
#

Made a few changes over the last few months, but especially in the last few weeks.
May be useful for some, so here's a changelog:
[+] Added pterodactyl support
-> [+] Added inputs PTERODACTYL_PATH, PTERODACTYL_RESTART, PTERODACTYL_RESTART_SLEEPTIME
-> [+] Added secret inputs PTERODACTYL_KEY, PTERODACTYL_SERVER, PTERODACTYL_URL
[+] Added new input BUILD_CACHE to enable ccache & use GitHub's actions cache.
[#] Made a custom Docker image that is now used by Linux builds to improve build time by not having to download all dependencies.
[#] Updated Windows runners from windows-2019 to windows-2022 since they got deprecated.
[#] Fixed a typo in the release workflow, changing the input GARRYSMOD_COOMON to GARRYSMOD_COMMON
[-] Removed SFTP support since it slowed down total build time & was poorly implemented.
-> [-] Removed inputs UPLOAD_PATH, SFTP_IP, SFTP_PORT, SFTP_USER, SFTP_PASSWORD, SFTP_PRIVATE_KEY
(These inputs should have been secrets...)