ci(gitlab): fix filename

This commit is contained in:
xfy
2024-07-02 13:14:16 +08:00
parent 68ffc0337e
commit 2f1704d1d8

View File

@ -83,11 +83,11 @@ build:linux-loongarch:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- make build-loongarch - make build-loongarch
- "mv target/loongarch64-unknown-linux-gnu/release/$APP_NAME.exe target/loongarch64-unknown-linux-gnu/release/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG.exe" - "mv target/loongarch64-unknown-linux-gnu/release/$APP_NAME target/loongarch64-unknown-linux-gnu/release/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG"
- "mv target/loongarch64-unknown-linux-gnu/release/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG.exe public/" - "mv target/loongarch64-unknown-linux-gnu/release/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG public/"
artifacts: artifacts:
paths: paths:
- public/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG.exe - public/$APP_NAME-loongarch64-unknown-linux-gnu-$CI_COMMIT_TAG
rustdoc: rustdoc:
stage: build stage: build