We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dc237 commit c081a5bCopy full SHA for c081a5b
.github/workflows/publish.yml
@@ -62,6 +62,9 @@ jobs:
62
- name: Normalize COMPONENT_NAME and Append .wasm
63
run: echo "COMPONENT_NAME_UNDERSCORED=${COMPONENT_NAME//-/_}.wasm" >> $GITHUB_ENV
64
65
+ - name: Rename component file to use underscores
66
+ run: mv "dist/${COMPONENT_NAME}.wasm" "dist/${COMPONENT_NAME_UNDERSCORED}"
67
+
68
- name: Install cosign
69
if: github.event_name != 'workflow_dispatch'
70
uses: sigstore/cosign-installer@v3.7.0
0 commit comments