You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've never written a GHA, can you distribute binaries like the DistributionTool with it?
Would you just pull it from here and extract, seems a lot of work each time?
USAGE: DistributionTool [-h] [-b] [-v] [-i FILE] [-o DIRECTORY]
This tool can be used to validate and export plugins for the Elgato Stream Deck Plugin Store.
OPTIONAL ARGUMENTS:
-b, --build Verify and build a plugin.
-v, --version The version number of this tool.
-h, --help This help dialog.
-i FILE, --input FILE Path to the plugin (.sdPlugin).
-o DIRECTORY, --output DIRECTORY Path to the output directory.
For updates and further help visit https://developer.elgato.com.
Describe alternatives you've considered
Manually running the above steps.
Additional context
I've emailed Elgato asking if they are likely to produce their own GHA and what the options will be to upload to the store.
** Is there one or more bugs reported related to this suggestion? If so, mention them below** #144 #158
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GitHub Action to create .streamDeckPlugin
From the Elgato Docs:
Describe the solution you'd like
A GitHub action that can run the DistributionTool and produce a
.streamDeckPlugin
binary.Steps
DistributionTool
(Win or Mac)DistributionTool.exe -b -i com.elgato.counter.sdPlugin -o Release
This could then be added to other Actions like
I've never written a GHA, can you distribute binaries like the
DistributionTool
with it?Would you just pull it from here and extract, seems a lot of work each time?
Tool Options
Describe alternatives you've considered
Manually running the above steps.
Additional context
I've emailed Elgato asking if they are likely to produce their own GHA and what the options will be to upload to the store.
** Is there one or more bugs reported related to this suggestion? If so, mention them below**
#144
#158
The text was updated successfully, but these errors were encountered: