fix wrong artifact path in gitlab ci
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1f3b91accd
commit
468009fce5
1 changed files with 2 additions and 2 deletions
|
@ -104,11 +104,11 @@ oci-image:aarch64-unknown-linux-musl:
|
||||||
- cp result oci-image.tar.gz
|
- cp result oci-image.tar.gz
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- docker-image.tar.gz
|
- oci-image.tar.gz
|
||||||
|
|
||||||
debian:x86_64-unknown-linux-gnu:
|
debian:x86_64-unknown-linux-gnu:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
# See also `rust-toolchain.toml`
|
# See also `rust-toolchain.toml`
|
||||||
image: rust:1.75.0
|
image: rust:1.75.0
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y --no-install-recommends libclang-dev
|
- apt-get update && apt-get install -y --no-install-recommends libclang-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue