Skip to content

Releases: vurvdev/gmod-upload

v0.2.1

12 Nov 00:31
ed43973

Choose a tag to compare

This now formats the warnings to appear as github actions warnings

v0.2.0

12 Nov 00:15
83194a6

Choose a tag to compare

This release brings a few changes that heavily reduce deployment time.

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

11 Nov 23:51
3c44dd5

Choose a tag to compare

Brings support to packaging shaders

v0.1.4

16 Nov 22:28

Choose a tag to compare

Brings support to new garrysmod whitelisted paths:

Facepunch/gmad@d55a443

v0.1.3

22 Jul 22:22

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

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

06 Jul 22:13

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Fixed previous patch being wrong.

Also patched false positive warnings from previous patch.

v0.1.1

06 Jul 01:20

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Fixed malformed .gma file generation from improper file paths

v0.1.0

04 Jul 08:58

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release.

Currently uses lua to pack the gma and parse your addon.json file.

May use node in the future