File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,12 @@ jobs:
4242 fail-fast : false
4343 matrix :
4444 include :
45- - qt-version : ' 5.12'
46- mingw-version : ' 7.3'
47- mingw-short-version : ' 73'
48- python-version : ' 3.11'
49- mingw-bitness : ' 64'
50- deploy-installer : true
51-
5245 - qt-version : ' 5.15'
5346 mingw-version : ' 8.1'
5447 mingw-bitness : ' 64'
5548 mingw-short-version : ' 81'
5649 python-version : ' 3.11'
57- # deploy-installer: true
50+ deploy-installer : true
5851
5952
6053 defaults :
@@ -217,7 +210,7 @@ jobs:
217210 run : |
218211 install -m 600 -D /dev/null ~/.ssh/id_rsa
219212 echo "${{ secrets.DL_PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
220- rsync -v --rsh="ssh -o StrictHostKeyChecking=no" installer/trik-studio*installer*.exe ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-${{ env.GITHUB_REF_SLUG }}-i686 -installer.exe
213+ rsync -v --rsh="ssh -o StrictHostKeyChecking=no" installer/trik-studio*installer*.exe ${{ secrets.DL_USERNAME }}@${{ secrets.DL_HOST }}:~/dl/ts/fresh/installer/trik-studio-${{ env.GITHUB_REF_SLUG }}-x86_64 -installer.exe
221214
222215 - name : Prepare for RDP connection
223216 if : false # comment this line to create RDP session
You can’t perform that action at this time.
0 commit comments