Skip to content

Commit 8921541

Browse files
Adjust packaging approach
1 parent f40bf4c commit 8921541

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/attestations.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ jobs:
2020
run: npm install
2121
- name: "Build site"
2222
run: npm run build
23-
- name: "Deploy to GitHub Pages"
24-
uses: actions/[email protected]
25-
with:
26-
path: dist
23+
- name: "Package the build"
24+
run: tar -czf dist.tar.gz dist
2725
- name: Attest Build Provenance
2826
uses: actions/attest-build-provenance@v1
2927
with:
30-
subject-path: "dist"
28+
subject-path: "dist.tar.gz"
3129

3230
# Deploy job
3331
# deploy:

0 commit comments

Comments
 (0)