Update .gitlab-ci.yml file

This commit is contained in:
2025-07-20 19:54:07 +00:00
parent f2d94fc0b3
commit 3eeb888a90

View File

@@ -7,7 +7,7 @@ build_linux:
- cargo build --release - cargo build --release
artifacts: artifacts:
paths: paths:
- target/release/polygomusic - target/release/polymusic
- fonts/ - fonts/
- assets/ - assets/
expire_in: 1 month expire_in: 1 month
@@ -20,7 +20,7 @@ build_windows:
- cargo build --release --target x86_64-pc-windows-gnu - cargo build --release --target x86_64-pc-windows-gnu
artifacts: artifacts:
paths: paths:
- target/x86_64-pc-windows-gnu/release/polygomusic.exe - target/x86_64-pc-windows-gnu/release/polymusic.exe
- fonts/ - fonts/
- assets/ - assets/
expire_in: 1 month expire_in: 1 month