File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 fi
7070 }
7171
72+ needs_publish hyperlight-libc
7273 needs_publish hyperlight-common
7374 needs_publish hyperlight-guest
7475 needs_publish hyperlight-guest-macro
8182 - name : Authenticate with crates.io
8283 uses : rust-lang/crates-io-auth-action@v1
8384 id : crates-io-auth
85+
86+ - name : Publish hyperlight-libc
87+ continue-on-error : ${{ inputs.dry_run }}
88+ run : cargo publish --manifest-path ./src/hyperlight_libc/Cargo.toml ${{ inputs.dry_run && '--dry-run' || '' }}
89+ env :
90+ CARGO_REGISTRY_TOKEN : ${{ steps.crates-io-auth.outputs.token }}
91+ if : env.PUBLISH_HYPERLIGHT_LIBC != 'false'
8492
8593 - name : Publish hyperlight-common
8694 continue-on-error : ${{ inputs.dry_run }}
Original file line number Diff line number Diff line change 1-
21[package ]
32name = " hyperlight-libc"
43links = " c"
You can’t perform that action at this time.
0 commit comments