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 f40bf4c commit 8921541Copy full SHA for 8921541
.github/workflows/attestations.yml
@@ -20,14 +20,12 @@ jobs:
20
run: npm install
21
- name: "Build site"
22
run: npm run build
23
- - name: "Deploy to GitHub Pages"
24
- uses: actions/[email protected]
25
- with:
26
- path: dist
+ - name: "Package the build"
+ run: tar -czf dist.tar.gz dist
27
- name: Attest Build Provenance
28
uses: actions/attest-build-provenance@v1
29
with:
30
- subject-path: "dist"
+ subject-path: "dist.tar.gz"
31
32
# Deploy job
33
# deploy:
0 commit comments