Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jan 24, 2025
1 parent 7a944c1 commit b23d9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
otp_version: [26, 27]
needs: build-package-generic-unix-otp${{matrix.otp_version}}
needs: build-package-generic-unix
runs-on: ubuntu-latest
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
steps:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Download package-generic-unix
uses: actions/download-artifact@v4
with:
name: package-generic-unix
name: package-generic-unix-otp$${{ matrix.otp_version }}
path: PACKAGES
- name: Rename package-generic-unix
run: |
Expand Down

0 comments on commit b23d9c7

Please sign in to comment.