We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6012dee + 37411ea commit b6d883bCopy full SHA for b6d883b
.github/workflows/publish.yml
@@ -72,9 +72,7 @@ jobs:
72
cargo binstall cargo-auditable cargo-audit
73
74
- name: Build the component
75
- run: |
76
- alias cargo="cargo auditable"
77
- cargo component build --release
+ run: cargo auditable component build --release
78
79
- name: Normalize COMPONENT_NAME and Append .wasm
80
run: echo "COMPONENT_NAME_UNDERSCORED=${COMPONENT_NAME//-/_}.wasm" >> $GITHUB_ENV
0 commit comments