Skip to content

Commit c081a5b

Browse files
committed
fix(ci): rename component to underscored
1 parent 96dc237 commit c081a5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Normalize COMPONENT_NAME and Append .wasm
6363
run: echo "COMPONENT_NAME_UNDERSCORED=${COMPONENT_NAME//-/_}.wasm" >> $GITHUB_ENV
6464

65+
- name: Rename component file to use underscores
66+
run: mv "dist/${COMPONENT_NAME}.wasm" "dist/${COMPONENT_NAME_UNDERSCORED}"
67+
6568
- name: Install cosign
6669
if: github.event_name != 'workflow_dispatch'
6770
uses: sigstore/cosign-installer@v3.7.0

0 commit comments

Comments
 (0)