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 594884e + 8f4d0c6 commit 901497bCopy full SHA for 901497b
.github/workflows/publish.yml
@@ -70,10 +70,11 @@ jobs:
70
cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
71
cargo binstall wkg --force
72
cargo binstall cargo-auditable cargo-audit
73
- alias cargo="cargo auditable"
74
75
- name: Build the component
76
- run: cargo component build --release
+ run: |
+ alias cargo="cargo auditable"
77
+ cargo 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