Skip to content

Releases: timheuer/base64-to-file

v1.2.4

09 Nov 16:35
784a1a4

Choose a tag to compare

What's Changed

  • Modified to node20

v1.2 - Bump to node16

11 Oct 15:01

Choose a tag to compare

This is just an update fixing #32 to run the action using node16 per GitHub Actions deprecation notices of node12.

What's Changed

New Contributors

Full Changelog: v1.1...v1.2

v1 Release

14 Dec 22:11

Choose a tag to compare

Use this to get a file from a base64-encoded string.

v1.2.3

17 May 16:48

Choose a tag to compare

Modifying version and error message

v1.1.0 - Adding fileDir

01 Sep 17:30

Choose a tag to compare

This release adds fileDir as a new input argument to enable specifying a new path to write the file instead of the default of RUNNER_TEMP location.

v1.0.4

16 Oct 21:12

Choose a tag to compare

Patch release tag to ensure matches version pattern

Directory fixes

15 Oct 20:58

Choose a tag to compare

Changed to ensure if directory doesn't exist on the runner that it will create it.

v1.0.3 Minor update

21 Jan 17:05

Choose a tag to compare

Minor bug fix to ensure in some cases that proper path to file is correct.

Fixing slashes

15 Dec 00:29

Choose a tag to compare

Fixed a slash issue that was resulting in bad paths on linux. Btw, use a linux runner :-)

v1.0.1 - Using temp folder

15 Dec 00:21

Choose a tag to compare

This release creates the file in the runner's temp location by default now.