From 1f2645cf46169c363f5233d8941339b6b0679cbf Mon Sep 17 00:00:00 2001 From: DartPower <2005369+DartPower@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:25:00 +0300 Subject: [PATCH] Update continuous_integration.yml --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 991078f6b83..78a40e62d03 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -121,9 +121,9 @@ jobs: if [[ "${{ runner.os }}" == 'Windows' ]]; then cp ${{ matrix.config.build_type }}/Goida.exe ${{ matrix.config.build_type }}/*.pk3 package elif [[ "${{ runner.os }}" == 'macOS' ]]; then - cp -r goida.app package + cp -r Goida.app package elif [[ "${{ runner.os }}" == 'Linux' ]]; then - cp goida *.pk3 package + cp Goida *.pk3 package fi - name: Upload Package