mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 08:41:32 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user