We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232242e commit 240fcb8Copy full SHA for 240fcb8
.github/workflows/build.yml
@@ -67,14 +67,14 @@ jobs:
67
68
# Create runner package tar.gz/zip
69
- name: Package Release
70
- if: github.event_name != 'pull_request'
+ # if: github.event_name != 'pull_request'
71
run: |
72
${{ matrix.devScript }} package Release
73
working-directory: src
74
75
# Upload runner package tar.gz/zip as artifact
76
- name: Publish Artifact
77
78
uses: actions/upload-artifact@v4
79
with:
80
name: runner-package-${{ matrix.runtime }}
0 commit comments