Update release.yaml

This commit is contained in:
uazo 2022-01-17 15:25:06 +01:00 committed by GitHub
parent 950ad532f9
commit db6c230404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -41,16 +41,6 @@ jobs:
APK: ${{ github.event.inputs.build }}_ChromePublic.apk
steps:
- name: Enable proxy on container
shell: bash
run: |
if ! [[ -z "${HTTP_PROXY}" ]]; then
PROXY_ADDR=http://$(hostname -I | cut -d' ' -f1 | xargs):8118
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
sudo iptables -D INPUT -p tcp -s localhost --dport 8118 -j ACCEPT
sudo iptables -D INPUT -p tcp --dport 8118 -j DROP
fi
- name: Copy artifacts
shell: bash
run: |