Skip to content

Commit 5854ebd

Browse files
authored
Merge pull request #47 from umpire274/v0.2.0
Update with some debug messages in upload
2 parents 73081c2 + 6d7a6e2 commit 5854ebd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,24 @@ jobs:
9090
- name: Checkout repository
9191
uses: actions/checkout@v4
9292

93+
- name: DEBUG - List All objetcs into working dir
94+
shell: bash
95+
run: |
96+
echo "[DEBUG] Listing working directory"
97+
ls lah .
98+
9399
- name: Download all build artifacts from matrix
94100
uses: actions/download-artifact@v4
95101
with:
102+
pattern: release_artifacts-*
96103
path: temp_download
104+
merge-multiple: true
105+
106+
- name: DEBUG - verifica cosa è stato scaricato
107+
shell: bash
108+
run: |
109+
echo "[DEBUG] Contenuto di temp_download:"
110+
find temp_download || echo "temp_download è vuota o non trovata"
97111
98112
- name: Move all platform builds into one folder
99113
shell: bash

0 commit comments

Comments
 (0)