Skip to content

Commit 000b212

Browse files
committed
try to get files to go in correct dir
1 parent e536bf3 commit 000b212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
name: base_${{ matrix.arch.name }}
9393
path: /tmp/passenger-base-${{ matrix.arch.name }}
9494
- name: Extract base image
95-
run: tar -xvf /tmp/passenger-base-${{ matrix.arch.name }}/passenger-base-${{ matrix.arch.name }}.tar.gz
95+
run: tar -xvf ./passenger-base-${{ matrix.arch.name }}.tar.gz
96+
working-directory: /tmp/passenger-base-${{ matrix.arch.name }}
9697
- run: ls /tmp/passenger-base-${{ matrix.arch.name }}/
9798
- name: "Run make build_${{ matrix.img }}"
9899
run: "make build_${{ matrix.img }}"

0 commit comments

Comments
 (0)