Releases: prantlf/shelve-output-action
Releases · prantlf/shelve-output-action
3.0.0
3.0.0 (2024-05-07)
Bug Fixes
2.2.1 (2024-04-26)
Bug Fixes
- Enable ARM on Linux and macOS (16c9b0e)
2.2.1
2.2.1 (2024-04-26)
Bug Fixes
- Enable ARM on Linux and macOS (16c9b0e)
2.2.0
2.2.0 (2023-12-15)
Features
- Allow packing extra files to the archives (7571632)
2.1.0
2.1.0 (2023-11-13)
Features
- Allow overriding runner.os and runner.arch by inputs (dd0f43d)
2.0.0
2.0.0 (2023-10-22)
Features
- Run only in specified branches (16faccb)
BREAKING CHANGES
If you used this action for branches main
or master
, your configuration will continue working, because those branches are enabled by default. If you used it for other branches, specify all their names in the input branches
. If you used this action on all branches, set the input branches
to *
.
1.1.0
1.1.0 (2023-10-21)
Features
- Add input "name" to specify archive name with suffixes (aee2579)
- Add input "enable" to optionally skip this action (0163c0f)
Bug Fixes
- Drop the path from the packed executable (88749fb)
1.0.3
1.0.3 (2023-10-19)
Bug Fixes
- Append .exe to the binary name on Windows (49af19b)
1.0.2
1.0.2 (2023-10-18)
Bug Fixes
- Use powershell to pack on Windows (608e128)
- Allow restoring the cache cross-os (61a3011)
1.0.1
1.0.1 (2023-10-18)
Bug Fixes
- Mention unshelve-output-action (c4f48d8)
1.0.0
0.0.1 (2023-06-25)
Initial release.