From a358ae87dab3e33f19b894b108942c05c4d5a4a3 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 6 Mar 2024 23:34:02 -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 d8b2a9b..4c8bd7c 100644 --- a/.github/workflows/editor_build.yml +++ b/.github/workflows/editor_build.yml @@ -98,7 +98,7 @@ jobs: DEVICE_TYPE="editor" FILENAME="VortexEditor-${DEVICE_TYPE}-${VERSION}.exe" # Rename the file to include the version (Windows syntax) - Rename-Item "x64/Release/VortexEditor.exe" $FILENAME + mv "x64/Release/VortexEditor.exe" $FILENAME # Assuming you have an endpoint set up for firmware upload curl -X POST \