Stereo101 / python-MidiToVirtualPianoMacro

Takes a midi file and converts it into a macro which will play the midi using virtualpiano.net. Uses pyHook and ctypes for macro execution.
96 stars 82 forks source link

Cleanup and stuff #48

Closed atirut-w closed 9 months ago

atirut-w commented 9 months ago

This should make distributing prebuilts easier, as they are built every time a commit is pushed.

Stereo101 commented 9 months ago

Not familiar with github cicd stuff but if this works thats real cool. Shoving the prebuilt binaries into each commit was obviously a bad idea from the start.

Stereo101 commented 9 months ago

This should make distributing prebuilts easier, as they are built every time a commit is pushed.

This works, but the artifacts are not publicly visible and are only retained 90 days. Need another manually triggered action that can create a release combining the artifacts and project directory.

RealCalumPlays commented 9 months ago

This should make distributing prebuilts easier, as they are built every time a commit is pushed.

This works, but the artefacts are not publicly visible and are only retained 90 days. Need another manually triggered action that can create a release combining the artefacts and project directory.

They actually are visible if you go to Actions > click on the latest workflow > scroll down to artefacts and the Windows.zip is there