Skip to content

Commit

Permalink
ci: 🎡 Ensure to download artifacts during docker jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Aug 30, 2024
1 parent ade6f63 commit d0f8212
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0f8212

Please sign in to comment.