Skip to content

Commit 108fafb

Browse files
feat: add artifact upload step to release index workflow
1 parent eae33f2 commit 108fafb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-index.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
fi
5656
echo "✓ Release index generated successfully"
5757
58+
- name: Upload artifact
59+
uses: actions/upload-artifact@v4
60+
with:
61+
name: release-index
62+
path: .github/scripts/release-index/releases/releases.json
63+
retention-days: 30
64+
5865
- name: Deploy to GitHub Pages
5966
uses: peaceiris/actions-gh-pages@v4
6067
if: success()

0 commit comments

Comments
 (0)