From 1d04cf34e39e5869efe04dcdf32cea5f04410d22 Mon Sep 17 00:00:00 2001 From: dukantic Date: Sun, 20 Jul 2025 20:10:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f048fb..9b26e83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,11 @@ -stages: - - build - build_linux: stage: build + resource_group: build script: - cargo build --release artifacts: paths: - - target/release/polymusic + - target/release/polygomusic - fonts/ - assets/ expire_in: 1 month @@ -16,11 +14,12 @@ build_linux: build_windows: stage: build + resource_group: build script: - cargo build --release --target x86_64-pc-windows-gnu artifacts: paths: - - target/x86_64-pc-windows-gnu/release/polymusic.exe + - target/x86_64-pc-windows-gnu/release/polygomusic.exe - fonts/ - assets/ expire_in: 1 month