From 203f7131092182e9a48a03d0b91dd07ecf147dd2 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 6 Mar 2024 23:47:42 -0800 Subject: [PATCH] workflow fix --- .github/workflows/editor_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editor_build.yml b/.github/workflows/editor_build.yml index 9ce5d82..4f30852 100644 --- a/.github/workflows/editor_build.yml +++ b/.github/workflows/editor_build.yml @@ -95,7 +95,7 @@ jobs: shell: bash run: | VERSION=${{ needs.calculate-version.outputs.version }} - DEVICE_TYPE="editor" + DEVICE_TYPE="desktop" FILENAME="VortexEditor-${DEVICE_TYPE}-${VERSION}.exe" # Rename the file to include the version (Windows syntax) mv "x64/Release/VortexEditor.exe" $FILENAME