Skip to content

Commit 240fcb8

Browse files
committed
Adjust workflow to build artifacts.
Signed-off-by: Satadru Pramanik <[email protected]>
1 parent 232242e commit 240fcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767

6868
# Create runner package tar.gz/zip
6969
- name: Package Release
70-
if: github.event_name != 'pull_request'
70+
# if: github.event_name != 'pull_request'
7171
run: |
7272
${{ matrix.devScript }} package Release
7373
working-directory: src
7474

7575
# Upload runner package tar.gz/zip as artifact
7676
- name: Publish Artifact
77-
if: github.event_name != 'pull_request'
77+
# if: github.event_name != 'pull_request'
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: runner-package-${{ matrix.runtime }}

0 commit comments

Comments
 (0)