Skip to content

Commit

Permalink
Fix upload during release final (#8)
Browse files Browse the repository at this point in the history
Fix dependency following introduction of matrix.
  • Loading branch information
gwarf authored Mar 24, 2023
1 parent 69202fe commit 5756a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
rpm-name:
[emi-bdii-site, emi-bdii-top, emi-resource-information-service]
name: Upload ${{ matrix.rpm-name }} AlmaLinux 8 release artefacts
needs: almalinux8
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
rpm-name:
[emi-bdii-site, emi-bdii-top, emi-resource-information-service]
name: Upload ${{ matrix.rpm-name }} CentOS Stream 9 release artefacts
needs: almalinux9
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 5756a34

Please sign in to comment.