mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:56:36 +02:00
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,7 +104,7 @@ oci-image:aarch64-unknown-linux-musl:
|
|||
- cp result oci-image.tar.gz
|
||||
artifacts:
|
||||
paths:
|
||||
- docker-image.tar.gz
|
||||
- oci-image.tar.gz
|
||||
|
||||
debian:x86_64-unknown-linux-gnu:
|
||||
stage: artifacts
|
||||
|
|
Loading…
Add table
Reference in a new issue