We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b320b4 + fa2806a commit 1e4e5b2Copy full SHA for 1e4e5b2
.github/workflows/release.yml
@@ -14,10 +14,17 @@ jobs:
14
- name: Checkout Repository
15
uses: actions/checkout@v4
16
17
+ - name: <Debug>Controlla percorso prima del download</Debug>
18
+ shell: bash
19
+ run: |
20
+ echo "Workspace directory: $PWD"
21
+ echo "Contenuto iniziale del workspace (prima del download):"
22
+ ls -l . || echo "(vuoto)"
23
+
24
- name: Download Artifacts
25
uses: actions/download-artifact@v4
26
with:
- path: release_artifacts
27
+ path: release_artifacts/*
28
run-id: ${{ github.event.workflow_run.id }}
29
merge-multiple: true
30
0 commit comments