Skip to content

Commit

Permalink
adjust path to oci image files
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 2, 2025
1 parent 7bad24b commit 6b5aa89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: base_${{ matrix.arch.name }}
path: /tmp
path: /tmp/passenger-base-${{ matrix.arch.name }}
- name: Extract base image
run: tar -xvf /tmp/passenger-base-${{ matrix.arch.name }}.tar.gz
run: tar -xvf /tmp/passenger-base-${{ matrix.arch.name }}/passenger-base-${{ matrix.arch.name }}.tar.gz
- name: "Run make build_${{ matrix.img }}"
run: "make build_${{ matrix.img }}"
env:
Expand Down

0 comments on commit 6b5aa89

Please sign in to comment.