From d0f8212f2a72f4abf7aa2cdb563b36e06ff38386 Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski Date: Fri, 30 Aug 2024 18:59:48 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Ensure=20to=20download=20a?= =?UTF-8?q?rtifacts=20during=20docker=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75ad09a34..0434cabe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,11 @@ jobs: packages: write needs: build-artifact steps: + - name: Retrieve release distributions + uses: actions/download-artifact@v4 + with: + name: release-dists + path: dist/ - uses: actions/checkout@v4.1.4 - name: Download Widevine CDM client files from private repository shell: bash