Skip to content

Commit e61709b

Browse files
committed
ci: publish database slices to github releases
1 parent cc272e7 commit e61709b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.GH_BOT_TOKEN }}
4040
npm_token: ${{ secrets.NPM_BOT_TOKEN }}
41+
- uses: actions/download-artifact@v4
42+
with:
43+
name: slices
44+
path: dist/slices
4145
- uses: shabados/actions/publish-github@release/v3
4246
with:
4347
github_token: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)