diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 1f80ff7..f5cc818 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -300,7 +300,7 @@ jobs: if-no-files-found: warn - name: upload build artifact (from artifact_path) - if: ${{ github.event_name == 'push' && inputs.artifact_path != '' }} + if: ${{ inputs.artifact_path != '' }} uses: actions/upload-artifact@v7 with: name: build