fix wrong artifact path in gitlab ci

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-29 19:26:40 -05:00
parent 6b835edf54
commit ef0c2f8ed5

View file

@ -104,7 +104,7 @@ 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