Update .gitlab-ci.yml file

This commit is contained in:
2025-07-20 19:35:39 +00:00
parent e34b2f624c
commit 22dac25da3

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
build_job:
script:
- cargo build --release
artifacts:
paths:
- target/release/polygomusic.exe
- fonts/
- assets/
expire_in: 1 month