diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ed7c7c..6f048fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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