From 04d1a65c93a7d740ebf52ed97807de42ddac8a76 Mon Sep 17 00:00:00 2001 From: ChoiseU Date: Fri, 18 Jul 2025 23:34:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=85=EB=A0=B9=EC=96=B4=20=ED=95=B4?= =?UTF-8?q?=EC=84=9D=EA=B8=B0=EA=B0=80=20=EB=8B=AC=EB=9D=BC=20windows?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=97=90=EB=9F=AC=20=EB=82=98=EB=8D=98?= =?UTF-8?q?=EA=B1=B0=20=EC=88=98=EC=A0=95=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release_and_notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_and_notify.yml b/.github/workflows/build_release_and_notify.yml index b4225ed..5aced44 100644 --- a/.github/workflows/build_release_and_notify.yml +++ b/.github/workflows/build_release_and_notify.yml @@ -81,7 +81,7 @@ jobs: --additional-hooks-dir ./hooks \ --add-data "app/assets:assets" \ --onefile \ - --name qgenie-api \ + --name ${{ env.EXE_NAME }} \ app/main.py # 7. 빌드된 실행 파일을 다음 단계(deploy)에서 사용할 수 있도록 아티팩트로 업로드합니다.