Skip to content

Commit e561370

Browse files
committed
run Configure obs-studio-node
1 parent 2370b39 commit e561370

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ jobs:
131131
with:
132132
name: build-artifacts-mac-${{matrix.Architecture}}
133133
path: .
134+
- name: 'Configure obs-studio-node'
135+
shell: bash
136+
run: './ci/configure-osn-osx.sh'
137+
env:
138+
BUILD_CONFIG: ${{matrix.BuildConfig}}
139+
RELEASE_NAME: ${{matrix.ReleaseName}}
140+
ARCHITECTURE: ${{matrix.Architecture}}
141+
tagartifact: ${{ steps.get_version.outputs.VERSION }}
134142
- name: 'Build obs-studio-node'
135143
run: ./ci/build-osn-osx.sh
136144
shell: bash

0 commit comments

Comments
 (0)