Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-09 07:47:30 +00:00
parent 68fd726068
commit 2703d44125

View File

@ -29,7 +29,7 @@ build:windows-amd64:
- cargo build --release --target x86_64-pc-windows-gnu
artifacts:
paths:
- target/x86_64-pc-windows-gnu/release/rua-list
- target/release/x86_64-pc-windows-gnu/rua-list
rustdoc:
stage: build