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 2370b39 commit e561370Copy full SHA for e561370
.github/workflows/main.yml
@@ -131,6 +131,14 @@ jobs:
131
with:
132
name: build-artifacts-mac-${{matrix.Architecture}}
133
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 }}
142
- name: 'Build obs-studio-node'
143
run: ./ci/build-osn-osx.sh
144
shell: bash
0 commit comments