We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ae1d8 commit 5d63cf9Copy full SHA for 5d63cf9
1 file changed
.github/workflows/build.yml
@@ -175,9 +175,8 @@ jobs:
175
}
176
- name: Package
177
run: |
178
- pkill go || :
179
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 .
+ 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 .
181
- name: Create Signed Provenance
182
uses: actions/attest-build-provenance@v1
183
id: attest
0 commit comments