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 100299d commit 203f713
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 @@ -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
Expand Down

0 comments on commit 203f713

Please sign in to comment.