Skip to content

Commit 04be129

Browse files
committed
Remove debug in release
1 parent a7cad30 commit 04be129

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,19 @@ jobs:
6969
- name: Build
7070
run: npm run build
7171

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+
7279
- name: Pack
7380
run: streamdeck pack io.baumert.vmix.sdPlugin --version ${{needs.read-version.outputs.version}}
7481

82+
- name: Rename Binary
83+
run: mv io.baumert.vmix.streamDeckPlugin io.baumert.vmix-${{needs.read-version.outputs.version}}.streamDeckPlugin
84+
7585
- name: upload artifacts
7686
uses: softprops/action-gh-release@v2
7787
with:

0 commit comments

Comments
 (0)