Create a workflow that automatically creates the EXE upon release
Closed this issue · 0 comments
Wolfmyths commented
When a release is published, then a workflow should be triggered to create an Exe of the current build of the repository and then upload it to the release assets.
createEXE.bat
already does most of the work.
However, this line may pose an issue for the workflow.
echo Change Directory
cd %disFolder%
echo Open Exe
%Exe%
We should create a parameter if set to true, then skip this command.