Skip to content

[stable1.12] fix(autoconfig): Disable buggy DNS query #15053

[stable1.12] fix(autoconfig): Disable buggy DNS query

[stable1.12] fix(autoconfig): Disable buggy DNS query #15053

Workflow file for this run

name: Packaging
on:
pull_request:
push:
branches:
- main
- stable*
jobs:
release-tarball:
runs-on: ubuntu-latest
name: Build release tarball
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Set up npm
run: npm install -g npm@7
- name: Set up php$
uses: shivammathur/setup-php@master
with:
php-version: 7.4
tools: composer:v1
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip
coverage: none
- name: Install Krankerl
run: |
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb
sudo dpkg -i krankerl_0.13.0_amd64.deb
- name: Package app
run: krankerl package
- uses: actions/upload-artifact@v3
with:
path: build/artifacts/mail.tar.gz
if-no-files-found: error