File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,12 @@ jobs:
180180 -X 'github.com/utmstack/UTMStack/installer/config.INSTALLER_VERSION=${{ inputs.version }}' \
181181 -X 'github.com/utmstack/UTMStack/installer/config.REPLACE=${{ secrets.CM_ENCRYPT_SALT }}' \
182182 -X 'github.com/utmstack/UTMStack/installer/config.PUBLIC_KEY=${{ secrets.CM_SIGN_PUBLIC_KEY }}'" .
183- mv installer /home/utmstack/installer
184- chmod +x /home/utmstack/installer
183+ mv installer /usr/local/bin/utmstack_installer
184+ chmod +x /usr/local/bin/utmstack_installer
185185
186186 - name : Run Installer
187- working-directory : /home/utmstack
188187 run : |
189- sudo ./installer
188+ sudo /usr/local/bin/utmstack_installer
190189
191190 # ============================================
192191 # V11 RC - Upload to prerelease only
You can’t perform that action at this time.
0 commit comments