Skip to content
Snippets Groups Projects
Commit c3024a23 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Change artifacts path

parent c3a6152e
Branches
Tags
No related merge requests found
Pipeline #40149 passed
......@@ -9,9 +9,10 @@ build:release:
stage: build
script:
- cargo build --release
- mv target/release/webcalc-rs .
artifacts:
paths:
- target/release/webcalc-rs
- webcalc-rs
rustdoc:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment