Skip to content

Commit 154353a

Browse files
committed
debug artifacts
1 parent f3f3e2d commit 154353a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ jobs:
7171
echo -e "PHP Version: ${{ env.PHP_VERSION }}"
7272
echo -e "PHP Release: ${{ env.PHP_MINOR_VERSION }}"
7373
74+
# download previously built artifacts.
75+
- uses: actions/download-artifact@v2
76+
with:
77+
name: alpine-v${{ env.ALPINE_VERSION }}-php-${{ env.PHP_VERSION }}
78+
path: repo/v${{ env.ALPINE_VERSION }}/php-${{ env.PHP_VERSION }}
79+
80+
# debug files.
81+
- name: Display structure of downloaded files
82+
run: ls -lhart repo/v${{ env.ALPINE_VERSION }}/php-${{ env.PHP_VERSION }}
83+
7484
# build packages.
7585
- name: build
7686
run: |

0 commit comments

Comments
 (0)