Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-09 07:51:42 +00:00
parent 2703d44125
commit e1ebde7e50

View File

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