Skip to content

Commit 3998780

Browse files
authored
Merge pull request #1 from deverman/streamdeckrelease
Create main.yml to experiment with GitHub workflows
2 parents 41c718c + fc7179d commit 3998780

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
- name: streamdeck cli pack
2+
# You may pin to the exact commit or the version.
3+
# uses: neilenns/streamdeck-cli-pack@db4f83e69f7264b7d2ca6eb4deebc849c5bb0154
4+
uses: neilenns/[email protected]
5+
with:
6+
# The path to the plugin to pack. Optional. If omitted the first directory in the working directory ending in .sdPlugin is used.
7+
path: # optional
8+
# The path to save the packed plugin to. Optional. If omitted the plugin is saved to the working directory.
9+
outputPath: dist/ # optional
10+
# If true, overwites a package if it exists.
11+
force: true # optional
12+
# The version for the plugin. Optional. If omitted the version tag for the GitHub release is used. If no version tag is available the run number is used.
13+
version: # optional
14+
# If true, generates a report without creating a package.
15+
dryRun: # optional
16+
# If true, forces an update check for new validation rules. Cannot be used in conjunction with noUpdateCheck.
17+
forceUpdateCheck: # optional
18+
# If true, prevents an update check of new validation rules. Cannot be used in conjunction with forceUpdateCheck.
19+
noUpdateCheck: # optional
20+

0 commit comments

Comments
 (0)