We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cad30 commit 04be129Copy full SHA for 04be129
.github/workflows/build-and-release.yml
@@ -69,9 +69,19 @@ jobs:
69
- name: Build
70
run: npm run build
71
72
+ - name: Update manifest.json debug
73
+ uses: jossef/[email protected]
74
+ with:
75
+ file: io.baumert.vmix.sdPlugin/manifest.json
76
+ field: Nodejs.Debug
77
+ value: undefined
78
+
79
- name: Pack
80
run: streamdeck pack io.baumert.vmix.sdPlugin --version ${{needs.read-version.outputs.version}}
81
82
+ - name: Rename Binary
83
+ run: mv io.baumert.vmix.streamDeckPlugin io.baumert.vmix-${{needs.read-version.outputs.version}}.streamDeckPlugin
84
85
- name: upload artifacts
86
uses: softprops/action-gh-release@v2
87
with:
0 commit comments