There was an error while loading. Please reload this page.
1 parent 4bfd623 commit c4652beCopy full SHA for c4652be
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
mkdir -p "dist/${PKG_NAME}"
50
51
# 1. Copy the compiled installer so it's included in the zip
52
- cp ../../installer/Output/RoboShift_Setup.exe "dist/${PKG_NAME}/"
+ cp installer/Output/RoboShift_Setup.exe "dist/${PKG_NAME}/"
53
54
# 2. Copy Documentation
55
cp LICENSE "dist/${PKG_NAME}/"
0 commit comments