diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c041cf336a7..805c606c80c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,14 +67,14 @@ jobs: # Create runner package tar.gz/zip - name: Package Release - if: github.event_name != 'pull_request' + # if: github.event_name != 'pull_request' run: | ${{ matrix.devScript }} package Release working-directory: src # Upload runner package tar.gz/zip as artifact - name: Publish Artifact - if: github.event_name != 'pull_request' + # if: github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: name: runner-package-${{ matrix.runtime }}