Update release.yml
This commit is contained in:
parent
6267ded21a
commit
5269a7c203
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -55,10 +55,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: build-artifacts
|
||||
|
||||
- name: Extract build artifacts
|
||||
run: |
|
||||
tar -xzvf build-artifacts.tar.gz
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue