Skip to content

Commit

Permalink
Removed if check
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmanix committed Oct 2, 2023
1 parent 407d0dd commit a60fa39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ jobs:
config: ${{ needs.check-event.outputs.config }}
package: ${{ fromJSON(needs.check-event.outputs.package) }}

- name: Upload Build Artifact
if: ${{ success() && (github.event_name != 'pull_request' || steps.seekingTesters.outputs.found == 'true') }}
- name: Upload Build Artifact 📡
uses: actions/upload-artifact@v3
with:
name: ${{ steps.setup.outputs.pluginName }}-${{ steps.setup.outputs.pluginVersion }}-windows-x64-${{ needs.check-event.outputs.commitHash }}
Expand Down

0 comments on commit a60fa39

Please sign in to comment.