Skip to content

Commit e0ec673

Browse files
Update attestations.yml
1 parent 1975a96 commit e0ec673

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/attestations.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ jobs:
5959
path: sbom.spdx.json
6060

6161
# Publish the build
62-
- name: Publish the build
63-
uses: actions/upload-artifact@v4
62+
# - name: Publish the build
63+
# uses: actions/upload-artifact@v4
64+
# with:
65+
# name: github-pages
66+
# path: dist.tar.gz
67+
68+
- name: "Deploy to GitHub Pages"
69+
uses: actions/[email protected]
6470
with:
65-
name: github-pages
66-
path: dist.tar.gz
71+
path: dist
6772

6873
# Deploy job
6974
deploy:

0 commit comments

Comments
 (0)