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 a358ae8 commit 100299d
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 @@ -102,7 +102,7 @@ jobs:
# Assuming you have an endpoint set up for firmware upload
curl -X POST \
-F "file=@x64/Release/$FILENAME" \
-F "file=@$FILENAME" \
-F "device=$DEVICE_TYPE" \
-F "version=$VERSION" \
-F "category=editor" \
Expand Down

0 comments on commit 100299d

Please sign in to comment.