binary zip and html docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7226 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
39b528a071
commit
546d4dd2d3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -56,11 +56,14 @@ jobs:
|
|||
run: cat config.log
|
||||
- name: Deploy
|
||||
run: |
|
||||
rm nsis-*.zip
|
||||
scons ZLIB_W32=$HOME/zlib SKIPUTILS="NSIS Menu" DOCTYPES=html dist-zip
|
||||
echo https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID > build.log
|
||||
#Compress-Archive -Path build.log -DestinationPath nsis-*.zip -Update
|
||||
echo $Env:DEPLOY_KEY > $HOME/deploy_key
|
||||
ssh -oStrictHostKeyChecking=no -o "BatchMode yes" -i $HOME/deploy_key -T kichik,nsis@shell.sourceforge.net create
|
||||
cat nsis-*.zip | ssh -oStrictHostKeyChecking=no -o "BatchMode yes" -i $HOME/deploy_key kichik,nsis@shell.sourceforge.net /home/project-web/nsis/bin/nightly-deploy.sh
|
||||
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"
|
||||
Start-Process ssh $arguments -RedirectStandardInput nsis-*.zip
|
||||
env:
|
||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue