Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Feb 28, 2024
1 parent 82103f9 commit db1c27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
rm -rf /tmp/makepkg
yes | pacman -Scc
repo-add --verify --sign -R sthena.db.tar.gz *.pkg.tar.zst
repo-add --verify --sign -R athena.db.tar.gz *.pkg.tar.zst
sshpass -p "${{ secrets.MIRROR_SECRET }}" rsync -avzzlr --delete -e "ssh -p 1027 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" *tar.zst *tar.zst.sig *.db *.db.sig *.db.tar.gz *.db.tar.gz.sig *.files *.files.sig *.files.tar.gz *.files.tar.gz.sig ${{ secrets.MIRROR_USER }}@hub.athenaos.org:/srv/mirrors/athena/
cd ..
Expand Down

0 comments on commit db1c27b

Please sign in to comment.