Skip to content

Commit 5d63cf9

Browse files
committed
..
1 parent 94ae1d8 commit 5d63cf9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ jobs:
175175
}
176176
- name: Package
177177
run: |
178-
pkill go || :
179178
zip -r github-act-runner-full-src.zip . -x ".git/*" github-act-runner-full-src.zip github-act-runner-full-src.tar.gz
180-
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 .
179+
tar --warning=no-file-changed --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 .
181180
- name: Create Signed Provenance
182181
uses: actions/attest-build-provenance@v1
183182
id: attest

0 commit comments

Comments
 (0)