File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - main
1818
1919env :
20- PLUGIN_NAME : ' obs-plugintemplate '
20+ PLUGIN_NAME : ' source-defaults '
2121
2222jobs :
2323 clang_check :
@@ -165,7 +165,7 @@ jobs:
165165 codesignPass : ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}
166166
167167 - name : Upload Build Artifact
168- if : ${{ success() && (github.event_name != 'pull_request' || steps.seekingTesters.outputs.found == 'true') }}
168+ if : ${{ success() }}
169169 uses : actions/upload-artifact@v3
170170 with :
171171 name : ${{ env.PLUGIN_NAME }}-macos-${{ matrix.arch }}-${{ steps.setup.outputs.commitHash }}
@@ -243,7 +243,7 @@ jobs:
243243 config : RelWithDebInfo
244244
245245 - name : Upload Build Artifact
246- if : ${{ success() && (github.event_name != 'pull_request' || steps.seekingTesters.outputs.found == 'true') }}
246+ if : ${{ success() }}
247247 uses : actions/upload-artifact@v3
248248 with :
249249 name : ${{ env.PLUGIN_NAME }}-linux-${{ matrix.arch }}-${{ steps.setup.outputs.commitHash }}
@@ -323,7 +323,7 @@ jobs:
323323 config : RelWithDebInfo
324324
325325 - name : Upload Build Artifact
326- if : ${{ success() && (github.event_name != 'pull_request' || steps.seekingTesters.outputs.found == 'true') }}
326+ if : ${{ success() }}
327327 uses : actions/upload-artifact@v3
328328 with :
329329 name : ${{ env.PLUGIN_NAME }}-windows-${{ matrix.arch }}-${{ steps.setup.outputs.commitHash }}
You can’t perform that action at this time.
0 commit comments