Skip to content

Commit 648c40a

Browse files
committed
fix: release workflow client builds artifacts
1 parent 8950f7f commit 648c40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- name: Upload plugin bundle
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: build
49+
name: plugin bundle
5050
path: posts-bridge/assets/plugin.bundle.js
5151

5252
- name: Upload custom blocks
5353
uses: actions/upload-artifact@v4
5454
with:
55-
name: build
55+
name: custom blocks
5656
path: posts-bridge/custom-blocks/*/build
5757

5858
package:

0 commit comments

Comments
 (0)