Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLabs-software authored Nov 5, 2024
1 parent 9d6e918 commit e622d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
- name: Upload ISO files to SourceForge
run: |
echo "Uploading files to FTP..."
cd isodir
md5sum exelentos-andromeda-reborn-x86_64.iso > exelentos-andromeda-reborn-x86_64.iso.md5sum.txt
sha512sum exelentos-andromeda-reborn-x86_64.iso > exelentos-andromeda-reborn-x86_64.iso.sha512sum.txt
cd ..
for file in isodir/*; do
sshpass -p ${{ secrets.FTP_PASSWORD }} sftp ${{ secrets.FTP_USERNAME }}'@'${{ secrets.FTP_SERVER }} <<< $"put $file /home/pfs/project/exelentos/andromeda-reborn/$(basename $file)"
Expand Down

0 comments on commit e622d1b

Please sign in to comment.