Skip to content

Commit c4652be

Browse files
committed
fix: Correct path to compiled installer in build workflow
1 parent 4bfd623 commit c4652be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mkdir -p "dist/${PKG_NAME}"
5050
5151
# 1. Copy the compiled installer so it's included in the zip
52-
cp ../../installer/Output/RoboShift_Setup.exe "dist/${PKG_NAME}/"
52+
cp installer/Output/RoboShift_Setup.exe "dist/${PKG_NAME}/"
5353
5454
# 2. Copy Documentation
5555
cp LICENSE "dist/${PKG_NAME}/"

0 commit comments

Comments
 (0)