adapt download-artifacts action in perl-cpan-libraries
This commit is contained in:
parent
17b84c077d
commit
a2067bfbef
|
@ -410,7 +410,7 @@ jobs:
|
|||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
sign-rpm:
|
||||
needs: [package-rpm]
|
||||
needs: [package-rpm,merge-package-rpm-artifacts]
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
|
@ -447,7 +447,7 @@ jobs:
|
|||
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
||||
|
||||
download-and-cache-deb:
|
||||
needs: [package-deb]
|
||||
needs: [package-deb,merge-package-deb-artifacts]
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue