try a different method
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7228 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
798528c393
commit
2bffa92043
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -62,8 +62,7 @@ jobs:
|
||||||
#Compress-Archive -Path build.log -DestinationPath nsis-*.zip -Update
|
#Compress-Archive -Path build.log -DestinationPath nsis-*.zip -Update
|
||||||
echo $Env:DEPLOY_KEY > $HOME/deploy_key
|
echo $Env:DEPLOY_KEY > $HOME/deploy_key
|
||||||
ssh -oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key -T kichik,nsis@shell.sourceforge.net create
|
ssh -oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key -T kichik,nsis@shell.sourceforge.net create
|
||||||
$arguments = "-oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key kichik,nsis@shell.sourceforge.net /home/project-web/nsis/bin/nightly-deploy.sh"
|
Get-Content nsis-*.zip -Raw | ssh -oStrictHostKeyChecking=no -oBatchMode=yes -i $HOME/deploy_key kichik,nsis@shell.sourceforge.net /home/project-web/nsis/bin/nightly-deploy.sh
|
||||||
Start-Process ssh $arguments -RedirectStandardInput nsis-*.zip -NoNewWindow -Wait
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||||
if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master'
|
if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue