Skip to content

Releases: lumen-oss/gh-actions-lux

v1.0.1

29 Oct 22:01
bd58f7b

Choose a tag to compare

1.0.1 (2025-10-29)

Initial Marketplace release.

v1.0.0

29 Oct 21:58
60bee43

Choose a tag to compare

1.0.0 (2025-10-29)

Features

  • add action.yml skeleton (8b217c6)
  • cache .lux and lua install directories (#6) (86884a5)
  • cache downloads (#5) (637ceb5)
  • download Lux installer + verify checksum (b31c213)
  • env interface for system and architecture (506f90d)
  • get installer download url (3c3cde3)
  • initial installer implementations (3bff761)
  • input parsing (4459615)
  • logs: add a Done message (138b800)
  • methods for querying Lux release assets (1f9f4e4)
  • more robust json response verification (f7092b9)
  • pass token via input (a72c431)
  • provider for fetching the latest Lux version (f77c750)
  • remvove bad .gitignore entries and add missing src (33d521b)

Bug Fixes

  • adapter: return undefined if input is undefined (3a78256)
  • add missing await (ad403d1)
  • await install step (fbf03db)
  • macos: installer (b145624)
  • set failed on any error (e09195d)
  • windows: add Lux to PATH after installation (2342d9f)