We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73081c2 + 6d7a6e2 commit 5854ebdCopy full SHA for 5854ebd
.github/workflows/ci.yml
@@ -90,10 +90,24 @@ jobs:
90
- name: Checkout repository
91
uses: actions/checkout@v4
92
93
+ - name: DEBUG - List All objetcs into working dir
94
+ shell: bash
95
+ run: |
96
+ echo "[DEBUG] Listing working directory"
97
+ ls lah .
98
+
99
- name: Download all build artifacts from matrix
100
uses: actions/download-artifact@v4
101
with:
102
+ pattern: release_artifacts-*
103
path: temp_download
104
+ merge-multiple: true
105
106
+ - name: DEBUG - verifica cosa è stato scaricato
107
108
109
+ echo "[DEBUG] Contenuto di temp_download:"
110
+ find temp_download || echo "temp_download è vuota o non trovata"
111
112
- name: Move all platform builds into one folder
113
shell: bash
0 commit comments