Skip to content

Commit 1e4e5b2

Browse files
authored
Merge pull request #40 from umpire274/v0.2.0
Updated release with debug section
2 parents 0b320b4 + fa2806a commit 1e4e5b2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
1616

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+
1724
- name: Download Artifacts
1825
uses: actions/download-artifact@v4
1926
with:
20-
path: release_artifacts
27+
path: release_artifacts/*
2128
run-id: ${{ github.event.workflow_run.id }}
2229
merge-multiple: true
2330

0 commit comments

Comments
 (0)