Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 0baf0f7

Browse files
committed
Debug upload
1 parent bf5d2fe commit 0baf0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Build
3535
run: docker run --rm -i -e ARCH -u "$(id -u)" -v "$PWD":/ws -w /ws "$DOCKER_IMAGE" /bin/bash -xe ./generate-plugin-script.sh
3636

37+
- name: Inspect
38+
run: tree
39+
3740
- name: Archive artifacts
3841
uses: actions/upload-artifact@v2
3942
with:

0 commit comments

Comments
 (0)