Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-10 07:38:32 +00:00
parent e9033358fa
commit a0df34128d

View File

@ -28,7 +28,7 @@ build:linux-gnu-amd64:
- "mv target/release/rua-list-x86_64-unknown-linux-gnu-$CI_COMMIT_TAG public/"
artifacts:
paths:
- "public/rua-list-x86_64-unknown-linux-gnu-v$CI_COMMIT_TAG"
- "public/rua-list-x86_64-unknown-linux-gnu-$CI_COMMIT_TAG"
build:linux-musl-amd64:
stage: build
@ -63,7 +63,7 @@ build:windows-amd64:
- "mv target/x86_64-pc-windows-gnu/release/rua-list-x86_64-pc-windows-gnu-$CI_COMMIT_TAG.exe public/rua-list-x86_64-pc-windows-gnu-$CI_COMMIT_TAG.exe"
artifacts:
paths:
- rua-list-x86_64-pc-windows-gnu-$CI_COMMIT_TAG.exe
- public/rua-list-x86_64-pc-windows-gnu-$CI_COMMIT_TAG.exe
rustdoc:
stage: build