Skip to content

Commit 94ae1d8

Browse files
committed
test kill go process
1 parent e4fe13a commit 94ae1d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
}
176176
- name: Package
177177
run: |
178+
pkill go || :
178179
zip -r github-act-runner-full-src.zip . -x ".git/*" github-act-runner-full-src.zip github-act-runner-full-src.tar.gz
179180
tar --exclude=.git --exclude=github-act-runner-full-src.zip --exclude=github-act-runner-full-src.tar.gz -czvf github-act-runner-full-src.tar.gz .
180181
- name: Create Signed Provenance

0 commit comments

Comments
 (0)