From dc4d728f0a86197c60d1b731c3c07561146e77ed Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 10 Feb 2026 17:22:47 +0100 Subject: [PATCH] fix: release switch, does not need artifact --- .forgejo/workflows/deployer-release-switch.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.forgejo/workflows/deployer-release-switch.yaml b/.forgejo/workflows/deployer-release-switch.yaml index 9a79f71..66146a4 100644 --- a/.forgejo/workflows/deployer-release-switch.yaml +++ b/.forgejo/workflows/deployer-release-switch.yaml @@ -56,14 +56,6 @@ jobs: with: 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 run: | apt-get update -qq && apt-get install -y -qq openssh-client rsync