Releases: vurvdev/gmod-upload
v0.2.1
This now formats the warnings to appear as github actions warnings
v0.2.0
This release brings a few changes that heavily reduce deployment time.
- Build Lua Manually (https://github.com/leafo/gh-actions-lua)
- Cache Lua Download
- Cache Steam Download
With these, a fully cached Lua+Steam combination can be deployed in <20s.
Without the steam cache but with the Lua cached, it takes ~50s.
Previously a build might take ~1m30s.
The cache lasts for 7 days as is the default time provided by Github's caching action.
See https://github.com/thevurv/WebAudio/actions/runs/19282084855/job/55135169559
v0.1.5
Brings support to packaging shaders
v0.1.4
Brings support to new garrysmod whitelisted paths:
v0.1.3
Fixed issue with addon.json's blacklist blocking right substrings.
Ie:
models/xyz.mdl was blocked by *.md which should just block markdown files, not .mdl files.
v0.1.2
Fixed previous patch being wrong.
Also patched false positive warnings from previous patch.
v0.1.1
Fixed malformed .gma file generation from improper file paths
v0.1.0
Initial release.
Currently uses lua to pack the gma and parse your addon.json file.
May use node in the future