mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
update packages.yml
This commit is contained in:
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@@ -252,8 +252,8 @@ jobs:
|
||||
source ./aws-cli-action/func.sh
|
||||
sfuf() {
|
||||
gpg --batch --pinentry-mode=loopback --passphrase '${{ secrets.PW_GPG_BOT }}' --detach-sign --use-agent -u '${{ secrets.KEY_GPG_BOT }}' --no-armor "$1"
|
||||
for upl_file in "$1" "$1.sig"; do
|
||||
aws s3 cp $upl_file s3://termux-pacman.us/${repo#*-}/${file_sp[1]}/$upl_file
|
||||
for format_file in "" ".sig"; do
|
||||
aws s3 cp "${1}${format_file}" s3://'${{ secrets.SFPU }}'/${repo#*-}/${file_sp[1]}/"${1##*/}${format_file}"
|
||||
done
|
||||
}
|
||||
for archive in pkgs-*/pkgs-{aarch64,arm,i686,x86_64}-${{ github.sha }}.tar; do
|
||||
|
||||
Reference in New Issue
Block a user