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 \