mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
appveyor: use only built artifacts
This commit is contained in:
parent
583ed341a7
commit
dfa8777540
1 changed files with 1 additions and 4 deletions
|
@ -12,12 +12,9 @@ install:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cargo build --features generic --no-default-features
|
- cargo build --release --features generic --no-default-features
|
||||||
- 7z a -tzip uutils.zip .\target\release\deps\*.exe
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: uutils.zip
|
|
||||||
name: zipfile
|
|
||||||
- path: target\release\uutils.exe
|
- path: target\release\uutils.exe
|
||||||
name: uutils.exe
|
name: uutils.exe
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue