Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,7 +7,7 @@ build_linux:
|
||||
- cargo build --release
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/polygomusic
|
||||
- target/release/polymusic
|
||||
- fonts/
|
||||
- assets/
|
||||
expire_in: 1 month
|
||||
@@ -20,7 +20,7 @@ build_windows:
|
||||
- cargo build --release --target x86_64-pc-windows-gnu
|
||||
artifacts:
|
||||
paths:
|
||||
- target/x86_64-pc-windows-gnu/release/polygomusic.exe
|
||||
- target/x86_64-pc-windows-gnu/release/polymusic.exe
|
||||
- fonts/
|
||||
- assets/
|
||||
expire_in: 1 month
|
||||
|
||||
Reference in New Issue
Block a user