Fix CI
This commit is contained in:
parent
d197823674
commit
17fb0c1856
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ build:amd64:
|
|||
- cargo build --release
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/palette-bin
|
||||
- target/release/reddit-magnet
|
||||
|
||||
rustdoc:
|
||||
stage: build
|
||||
|
|
@ -51,7 +51,7 @@ pages:
|
|||
script:
|
||||
- mkdir -p public
|
||||
- mv target/doc public/doc
|
||||
- mv target/release/palette-bin public/palette-amd64
|
||||
- mv target/release/reddit-magnet public/reddit-magnet-amd64
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue