Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Mar 7, 2024
1 parent 7dce0dd commit a358ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/editor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a358ae8

Please sign in to comment.