Skip to content

Commit b35eb92

Browse files
committed
ci: investiage downloaded artifacts
Signed-off-by: Janne Grunau <[email protected]>
1 parent 4617dc0 commit b35eb92

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/uefi-only-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
name: uefi-only-boot.bin
2424

2525
- name: unzip artifact
26-
run: unzip uefi-only-boot.bin.zip
26+
run: |
27+
ls -R
28+
#unzip uefi-only-boot.bin.zip
2729
2830
- name: Deploy to Bunny
2931
env:

0 commit comments

Comments
 (0)