From fb04d1a3355bd370ed92421c0038b5d471993341 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Thu, 4 Jul 2024 11:10:58 +0200 Subject: [PATCH] ci: updated artifact build name --- .github/workflows/compile_release_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_release_build.yml b/.github/workflows/compile_release_build.yml index 80ce2e3..f152614 100644 --- a/.github/workflows/compile_release_build.yml +++ b/.github/workflows/compile_release_build.yml @@ -42,4 +42,4 @@ jobs: uses: actions/upload-artifact@v3.1.0 with: name: Release build - path: target/release/anime-game-launcher \ No newline at end of file + path: target/release/sleepy-launcher \ No newline at end of file