fix: release switch, does not need artifact

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-10 17:22:47 +01:00
parent 1b545ac769
commit dc4d728f0a

View file

@ -56,14 +56,6 @@ jobs:
with: with:
php-version: ${{ inputs.php_version }} php-version: ${{ inputs.php_version }}
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact_name }}
- name: Extract artifact
run: tar xf build.tar.gz && rm build.tar.gz
- name: Install system dependencies - name: Install system dependencies
run: | run: |
apt-get update -qq && apt-get install -y -qq openssh-client rsync apt-get update -qq && apt-get install -y -qq openssh-client rsync