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 e8246d6 commit e4fe13aCopy full SHA for e4fe13a
1 file changed
.github/workflows/build.yml
@@ -176,7 +176,7 @@ jobs:
176
- name: Package
177
run: |
178
zip -r github-act-runner-full-src.zip . -x ".git/*" github-act-runner-full-src.zip github-act-runner-full-src.tar.gz
179
- tar --exclude=.git --exclude=github-act-runner-full-src.zip --exclude=github-act-runner-full-src.tar.gz -czf github-act-runner-full-src.tar.gz .
+ 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 .
180
- name: Create Signed Provenance
181
uses: actions/attest-build-provenance@v1
182
id: attest
0 commit comments