I implemented the functionality in #39 so actions doesn't have to access ../ to get artifacts, this should be implemented in a way that allows others to set the build directory or just a flag to build in the same directory. .gitignore already setup for ./builds.
I implemented the functionality in #39 so actions doesn't have to access
../
to get artifacts, this should be implemented in a way that allows others to set the build directory or just a flag to build in the same directory..gitignore
already setup for./builds
.