From 5269a7c203120d05add4ab7319b2c754d51ce0c3 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 2 Jun 2023 13:20:26 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d740757..ac7cd1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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