Skip to content

Commit

Permalink
try to get files to go in correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 2, 2025
1 parent e536bf3 commit 000b212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
name: base_${{ matrix.arch.name }}
path: /tmp/passenger-base-${{ matrix.arch.name }}
- name: Extract base image
run: tar -xvf /tmp/passenger-base-${{ matrix.arch.name }}/passenger-base-${{ matrix.arch.name }}.tar.gz
run: tar -xvf ./passenger-base-${{ matrix.arch.name }}.tar.gz
working-directory: /tmp/passenger-base-${{ matrix.arch.name }}
- run: ls /tmp/passenger-base-${{ matrix.arch.name }}/
- name: "Run make build_${{ matrix.img }}"
run: "make build_${{ matrix.img }}"
Expand Down

0 comments on commit 000b212

Please sign in to comment.