Skip to content

Commit 894ff92

Browse files
committed
Fix CI
1 parent d33b09f commit 894ff92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- main
1818

1919
env:
20-
PLUGIN_NAME: 'obs-plugintemplate'
20+
PLUGIN_NAME: 'source-defaults'
2121

2222
jobs:
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 }}

0 commit comments

Comments
 (0)