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 eae33f2 commit 108fafbCopy full SHA for 108fafb
.github/workflows/release-index.yaml
@@ -55,6 +55,13 @@ jobs:
55
fi
56
echo "✓ Release index generated successfully"
57
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
+
65
- name: Deploy to GitHub Pages
66
uses: peaceiris/actions-gh-pages@v4
67
if: success()
0 commit comments