Skip to content

Commit 52885fc

Browse files
authored
Merge pull request #43 from umpire274/v0.2.0
Updated workflow GitHub with debug messages
2 parents 3004275 + d7836bd commit 52885fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,12 @@ jobs:
154154
- name: <Debug>Verifica upload effettivo</Debug>
155155
shell: bash
156156
run: |
157-
echo "Contenuto della directory di lavoro"
158-
ls -lah *
157+
echo "Workflow triggering this run:"
158+
echo "Workflow name: ${{ github.event.workflow.name }}"
159+
echo "Workflow run ID: ${{ github.event.workflow_run.id }}"
160+
161+
echo -e "\nContenuto della directory di lavoro"
162+
ls -lah .
159163
160164
echo -e "\nControllo cartelle Artifact note:"
161165
ls -R ${{ github.workspace }}/release_artifacts || echo "Cartella non trovata"

0 commit comments

Comments
 (0)