We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950f7f commit 648c40aCopy full SHA for 648c40a
.github/workflows/release.yml
@@ -46,13 +46,13 @@ jobs:
46
- name: Upload plugin bundle
47
uses: actions/upload-artifact@v4
48
with:
49
- name: build
+ name: plugin bundle
50
path: posts-bridge/assets/plugin.bundle.js
51
52
- name: Upload custom blocks
53
54
55
+ name: custom blocks
56
path: posts-bridge/custom-blocks/*/build
57
58
package:
0 commit comments