fix: release switch, does not need artifact
This commit is contained in:
parent
1b545ac769
commit
dc4d728f0a
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue