Skip to content

Commit b6d883b

Browse files
authored
Merge pull request #53 from bytecodealliance/cargo-audit-publish
attempt to fix cargo component build
2 parents 6012dee + 37411ea commit b6d883b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
cargo binstall cargo-auditable cargo-audit
7373
7474
- name: Build the component
75-
run: |
76-
alias cargo="cargo auditable"
77-
cargo component build --release
75+
run: cargo auditable component build --release
7876

7977
- name: Normalize COMPONENT_NAME and Append .wasm
8078
run: echo "COMPONENT_NAME_UNDERSCORED=${COMPONENT_NAME//-/_}.wasm" >> $GITHUB_ENV

0 commit comments

Comments
 (0)