From 9a1423db6d7b098703bd359851183e8b7613cc4c Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:41:42 +0100 Subject: [PATCH] Update automated Windows build to have simple win64 name --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f3f98b853..4e00dbcd3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -282,7 +282,7 @@ jobs: if: ${{github.ref_type == 'tag' || github.ref_name == 'dev'}} run: | echo "Setting publish name." - PUBLISH_NAME="RawTherapee_${REF_NAME_FILTERED}_WinVista_64_${{matrix.build_type}}" + PUBLISH_NAME="RawTherapee_${REF_NAME_FILTERED}_win64_${{matrix.build_type}}" echo "Publish name is '$PUBLISH_NAME'." if [ "$ARTIFACT_NAME" != "$PUBLISH_NAME" ]; then echo "Renaming ZIP file."